Skip to content

Commit

Permalink
chore(ci): fix package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant committed Jun 7, 2024
1 parent e3c7a82 commit 5c360b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repository_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
working-directory: packages/@biomejs/wasm-web
run: |
npm pkg set name='@biomejs/wasm-web'
npm pkg set version='${{ github.event.head_commit.id }}'
npm pkg set version='0.0.0-pr.${{ github.event.head_commit.id }}'
- name: Publish
working-directory: packages/@biomejs/wasm-web
Expand Down

0 comments on commit 5c360b7

Please sign in to comment.