Skip to content

Commit

Permalink
chore(ci): change semver pr to rev (#3102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant authored Jun 7, 2024
1 parent 6a325ca commit 74074fa
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='0.0.0-pr.${{ github.event.head_commit.id }}'
npm pkg set version='0.0.0-rev.${{ github.event.head_commit.id }}'
- name: Publish
working-directory: packages/@biomejs/wasm-web
Expand Down

0 comments on commit 74074fa

Please sign in to comment.