Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Cuciureanu (swappie) <12533821+acuciureanu@users.noreply.github.com>
  • Loading branch information
acuciureanu authored Feb 24, 2024
1 parent 426fc52 commit 6ceaf35
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 20.11.1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: '20.11.1'
- run: npm ci
- run: npm run semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6ceaf35

Please sign in to comment.