Skip to content

Commit

Permalink
Skip token
Browse files Browse the repository at this point in the history
  • Loading branch information
Conchylicultor committed May 15, 2022
1 parent ea7bc7a commit 0a850a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ runs:
# TODO(epot):
# * Auto set the body
# * Skip release if `inputs.release=False`
# token: ${{ secrets.GITHUB_TOKEN }}
- if: steps.compare-version.outputs.should-release == 'true'
uses: ncipollo/release-action@v1
with:
commit: ${{ github.sha }}
tag: v${{ steps.compare-version.outputs.version }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0a850a9

Please sign in to comment.