Skip to content

Commit

Permalink
chore: fix ci publishing (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak authored Jan 21, 2025
1 parent 0c5e4d1 commit 8ac4a0e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ jobs:
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # fetch all history
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'yarn'
- name: Install Dependencies
run: yarn install

- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 8ac4a0e

Please sign in to comment.