mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-26 11:33:09 +00:00
publish next version
This commit is contained in:
parent
0437bdc049
commit
fea94faaf1
1 changed files with 6 additions and 3 deletions
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
|
@ -22,6 +22,9 @@ jobs:
|
|||
run: npm run build
|
||||
- name: Increment version
|
||||
run: npm run increment
|
||||
- name: Publish Dev
|
||||
run: npm publish --tag next --dry-run
|
||||
- name: Publish @next
|
||||
run: npm publish --tag next
|
||||
if: ${{ github.ref == 'refs/heads/dev' }}
|
||||
- name: Publish @latest
|
||||
run: npm publish
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
Loading…
Reference in a new issue