From 1c682c85dd1499736958eab662a828c6be4c6bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20Ve=C4=8Derek?= Date: Mon, 4 Nov 2024 13:57:22 +0100 Subject: [PATCH] Add missing configuration to the npm-publish workflow --- .changeset/real-eagles-hang.md | 5 +++++ .github/workflows/release.yml | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/real-eagles-hang.md diff --git a/.changeset/real-eagles-hang.md b/.changeset/real-eagles-hang.md new file mode 100644 index 0000000..345b0ec --- /dev/null +++ b/.changeset/real-eagles-hang.md @@ -0,0 +1,5 @@ +--- +"@zendesk/help-center-wysiwyg": patch +--- + +Add missing `environment` configuration to the npm-publish workflow diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51302a5..ce21417 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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