Skip to content

Commit

Permalink
Merge pull request #34 from zendesk/fix-release
Browse files Browse the repository at this point in the history
Add missing  configuration to the npm-publish workflow
  • Loading branch information
vecerek authored Nov 4, 2024
2 parents 2f3e43a + 1c682c8 commit fbf680c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/real-eagles-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zendesk/help-center-wysiwyg": patch
---

Add missing `environment` configuration to the npm-publish workflow
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
runs-on: ubuntu-latest
needs: release
if: ${{ needs.release.outputs.changeset == 'false' }}
environment: npm-publish

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fbf680c

Please sign in to comment.