fix(ci,workspace): publish & build failed
This commit is contained in:
@@ -45,6 +45,13 @@ jobs:
|
||||
- name: Packages build
|
||||
run: pnpm run build:packages
|
||||
|
||||
- name: Packages publish (dry run)
|
||||
run: pnpm publish -r --access public --no-git-checks --dry-run
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||
NPM_CONFIG_PROVENANCE: true
|
||||
|
||||
- name: Packages publish
|
||||
run: pnpm publish -r --access public --no-git-checks
|
||||
env:
|
||||
|
||||
@@ -240,7 +240,7 @@ jobs:
|
||||
- name: Rename Artifacts (Automatic)
|
||||
if: ${{ github.event_name == 'release' }}
|
||||
run: |
|
||||
pnpm run -F @proj-airi/stage-tamagotchi rename-artifacts ${{ matrix.target }} --release
|
||||
pnpm run -F @proj-airi/stage-tamagotchi rename-artifacts ${{ matrix.target }} --release --auto-tag
|
||||
|
||||
- name: Upload To GitHub Releases (Automatic)
|
||||
if: ${{ github.event_name == 'release' }}
|
||||
|
||||
Reference in New Issue
Block a user