Skip to content

Commit

Permalink
Fix for npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelleher committed Sep 6, 2024
1 parent b914b3a commit 6f4e1a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/poor-yaks-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@civic/uca": patch
---

Changeset test
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

# - name: Send a Slack notification if a publish happens
# if: steps.changesets.outputs.published == 'true'
Expand Down

0 comments on commit 6f4e1a7

Please sign in to comment.