Skip to content

Commit

Permalink
cd: restore canary deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Jan 24, 2025
1 parent 6d6398b commit e962fa3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/cd_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if: ${{ steps.release.outputs.releases_created }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish --tag rc --provenance
run: npm publish --provenance

- name: 🔗 Triggering — Website Publish
if: ${{ steps.release.outputs.releases_created }}
Expand Down

0 comments on commit e962fa3

Please sign in to comment.