Skip to content

Commit

Permalink
chore: daily development
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Dec 10, 2024
1 parent c73f150 commit 7a9e5cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-canyon-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: pnpm install
- run: pnpm --filter=canyon-data publish -f --no-git-checks --access=public --filter
- run: pnpm --filter=canyon-data publish -f --no-git-checks --access=public --filter || echo "Version already published. Skipping."
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
2 changes: 1 addition & 1 deletion .github/workflows/publish-canyon-uploader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: pnpm install
- run: pnpm --filter=canyon-uploader publish -f --no-git-checks --access=public --filter
- run: pnpm --filter=canyon-uploader publish -f --no-git-checks --access=public --filter || echo "Version already published. Skipping."
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
2 changes: 1 addition & 1 deletion .github/workflows/publish-swc-plugin-canyon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: pnpm --filter=swc-plugin-canyon publish -f --no-git-checks --access=public --filter
publish: pnpm --filter=swc-plugin-canyon publish -f --no-git-checks --access=public --filter || echo "Version already published. Skipping."
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 comments on commit 7a9e5cd

Please sign in to comment.