Skip to content

Commit

Permalink
chore: semantic release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Jun 15, 2024
1 parent d3f07e4 commit 6407ddc
Show file tree
Hide file tree
Showing 4 changed files with 7,764 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-BETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,12 @@
npm ci
- name: Semantic Release Dependency
run: |
npm install -g semantic-release @semantic-release/commit-analyzer https://github.com/oclif/semantic-release/archive/refs/tags/v3.1.5.tar.gz
npm install -g semantic-release https://github.com/oclif/semantic-release/archive/refs/tags/v3.1.5.tar.gz
cd releaseconfig
npm install
- name: Publish Beta
env:
GITHUB_TOKEN: ${{ secrets.TOKENX }}
NPM_TOKEN: ${{ secrets.NPM_TOKENX }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKENX }}
run: semantic-release -e @oclif/semantic-release ./release.config.mjs
run: semantic-release -e @oclif/semantic-release ./releaseconfig/release.config.mjs
Loading

0 comments on commit 6407ddc

Please sign in to comment.