Skip to content

Commit

Permalink
update release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalb8 authored Dec 28, 2022
1 parent 09b58bb commit c3b9077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Create release
if: github.ref != 'refs/heads/master'
id: create_release
uses: actions/create-release@v1
uses: ncipollo/release-action@v1.12.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit c3b9077

Please sign in to comment.