Skip to content

Commit

Permalink
chore: update install script sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Jun 15, 2024
1 parent 9619328 commit 56cb3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-BETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
npm ci
- name: Semantic Release Dependency
run: |
npm install -g semantic-release https://github.com/oclif/semantic-release/archive/refs/tags/v3.1.5.tar.gz @semantic-release/git
npm install -g semantic-release @semantic-release/git https://github.com/oclif/semantic-release/archive/refs/tags/v3.1.5.tar.gz
- name: Publish Beta
env:
GITHUB_TOKEN: ${{ secrets.TOKENX }}
Expand Down

0 comments on commit 56cb3f0

Please sign in to comment.