Skip to content

Commit

Permalink
fix(workflows) fix github action release typo err
Browse files Browse the repository at this point in the history
  • Loading branch information
smallteeths committed Nov 18, 2024
1 parent 8016f06 commit ad5ccb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
sha256sum dist/* > dist/sha256sum.txt
- name: Release
if: startsWith(github.ref,'regs/tags/')
if: startsWith(github.ref,'refs/tags/')
uses: softprops/action-gh-release@v2
with:
files: "dist/*"
Expand Down

0 comments on commit ad5ccb8

Please sign in to comment.