Skip to content

Commit

Permalink
Update actions/create-release action to v1.1.4 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 8, 2022
1 parent caf15a9 commit 78d2be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
args: zip -qq -r ./release.zip ./artifacts
- name: Create release
id: create_release
uses: actions/create-release@v1.0.0
uses: actions/create-release@v1.1.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 78d2be3

Please sign in to comment.