Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ jobs:
with:
node-version: "20"
registry-url: "https://registry.npmjs.org"
cache: yarn
cache: npm

- name: Update npm to latest
run: npm install -g npm@latest

- name: Install dependencies
run: yarn install
run: npm install

- name: Create Release Pull Request or Publish
uses: changesets/action@v1 # Must use latest version!
with:
publish: yarn release
publish: npm release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Keep this
NPM_TOKEN: "" # Forces OIDC authentication