Skip to content

Commit

Permalink
fix(workflows) fix typo err
Browse files Browse the repository at this point in the history
  • Loading branch information
smallteeths committed Nov 18, 2024
1 parent 6a04d48 commit 8016f06
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 @@ -26,7 +26,7 @@ jobs:
yarn install
yarn run build
- name: checksum
if: startsWith(github.ref,'regs/tags/')
if: startsWith(github.ref,'refs/tags/')
run: |
sha256sum dist/* > dist/sha256sum.txt
- name: Release
Expand Down

0 comments on commit 8016f06

Please sign in to comment.