Skip to content

Commit

Permalink
publish process splited
Browse files Browse the repository at this point in the history
  • Loading branch information
rewired authored Sep 17, 2021
1 parent 5fc32a7 commit 3284fd8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
- name: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run make
run: |
npm run publish-dry-run
npm run publish-from-dry-run
publish_on_win:
runs-on: windows-latest
Expand All @@ -46,4 +48,6 @@ jobs:
- name: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run make
run: |
npm run publish-dry-run
npm run publish-from-dry-run

0 comments on commit 3284fd8

Please sign in to comment.