Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSpencer committed Jan 2, 2024
1 parent 7269e07 commit e024534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Authenticate to npm and publish
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
pnpm publish react-trello-ts --access public --tag canary --no-git-checks
pnpm publish --access public --tag canary --no-git-checks
- name: Create a new comment notifying of the new canary version
uses: actions/github-script@v6
Expand Down

0 comments on commit e024534

Please sign in to comment.