We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e14de1 commit 1e602cdCopy full SHA for 1e602cd
.github/workflows/shell.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Upload binaries to release
41
uses: svenstaro/upload-release-action@v2
42
- if: startsWith(github.ref, 'refs/tags/v') }} && false
+ if: startsWith(github.ref, 'refs/tags/v') && false
43
with:
44
repo_token: ${{ secrets.GITHUB_TOKEN }}
45
file: ./bash.sh
@@ -58,7 +58,7 @@ jobs:
58
- name: Create Release
59
id: create_release
60
uses: softprops/action-gh-release@v2.4.1 # pin to v2.2.1 to solve 422 error, see its issue #616
61
- if: ${{ startsWith(github.ref, 'refs/tags/v')
+ if: ${{ startsWith(github.ref, 'refs/tags/v') }}
62
env:
63
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
GITHUB_TOKEN: ${{ github.token }}
0 commit comments