Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Nov 3, 2024
1 parent 4ba86a3 commit 39b46f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
name: artifact
path: bin/
- name: Tag Repo
if: ${{ github.ref_type!='tag' }}
uses: richardsimko/[email protected]
with:
tag_name: Prerelease-${{ github.ref_name }}
Expand All @@ -54,7 +55,7 @@ jobs:
- name: Upload Prerelease
uses: softprops/action-gh-release@v1
if: ${{ success() }}
if: ${{ github.ref_type!='tag' }}
with:
tag_name: Prerelease-${{ github.ref_name }}
files: |
Expand Down

0 comments on commit 39b46f2

Please sign in to comment.