mirror of
https://github.com/unjs/unstorage.git
synced 2026-01-10 08:28:11 -05:00
ci: use latest tag for nightly
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
!startsWith(github.event.head_commit.message, 'docs')
|
||||
run: |
|
||||
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> ~/.npmrc &&
|
||||
pnpm changelogen --canary nightly --publish --publishTag 2x
|
||||
pnpm changelogen --canary nightly --publish
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
NPM_CONFIG_PROVENANCE: true
|
||||
|
||||
Reference in New Issue
Block a user