Skip to content

Commit

Permalink
Merge pull request #17 from civicteam/bugfix/release-fix
Browse files Browse the repository at this point in the history
Fix for npm release
  • Loading branch information
dankelleher authored Sep 6, 2024
2 parents b914b3a + 6f4e1a7 commit 8fff419
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 8fff419

Please sign in to comment.