Skip to content

Commit 1e602cd

Browse files
committed
bump to v20251123 [fix]
- improved simple-entry.sh - change release-tool and fix the usage
1 parent 3e14de1 commit 1e602cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/shell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Upload binaries to release
4141
uses: svenstaro/upload-release-action@v2
42-
if: startsWith(github.ref, 'refs/tags/v') }} && false
42+
if: startsWith(github.ref, 'refs/tags/v') && false
4343
with:
4444
repo_token: ${{ secrets.GITHUB_TOKEN }}
4545
file: ./bash.sh
@@ -58,7 +58,7 @@ jobs:
5858
- name: Create Release
5959
id: create_release
6060
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')
61+
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
6262
env:
6363
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)