Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Fix/nightly release #50

Merged
merged 2 commits into from
Jan 28, 2024
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
4 changes: 2 additions & 2 deletions .github/workflows/publish-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
uses: './.github/actions/setup'

- name: 'Generate nightly package.json'
run: pnpm config:prerelease -- nightly
run: npm run config:prerelease -- nightly

- run: pnpm publish --tag nightly --access public
- run: pnpm publish --tag nightly --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Loading