Skip to content

Commit

Permalink
Bump actions/create-release from v1 to v1.1.1
Browse files Browse the repository at this point in the history
Bumps [actions/create-release](https://github.com/actions/create-release) from v1 to v1.1.1.
- [Release notes](https://github.com/actions/create-release/releases)
- [Commits](actions/create-release@v1...e9dc4ac)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 17, 2020
1 parent 3c830d4 commit 4c934a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo ::set-env name=WHEEL_NAME::$WHEEL_NAME
- name: Create release
id: create_release
uses: actions/create-release@v1
uses: actions/create-release@v1.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 4c934a3

Please sign in to comment.