Skip to content

Commit

Permalink
fix: gh release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fforbeck committed Oct 31, 2022
1 parent 4e88bd9 commit 14acd9a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
name: 'NPM Deploy'
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
cache: npm
node-version: 18
- name: Install dependencies
run: npm install
Expand All @@ -28,4 +29,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.PAT_OLBOT_PUB_REPOS_RW }}
NPM_TOKEN: ${{ secrets.NPM_TRIBUTELABS_PUBLISH_KEY }}
run: npm run semantic-release
run: npx semantic-release

0 comments on commit 14acd9a

Please sign in to comment.