From aec377f63220e6ef56e11b93e26385a7fbb1921d Mon Sep 17 00:00:00 2001 From: david-yz-liu Date: Fri, 6 Dec 2024 15:59:26 -0500 Subject: [PATCH] Added environment to GitHub Actions configuration for publishing releases --- .github/workflows/publish-memory-viz.yml | 2 ++ CHANGELOG.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/publish-memory-viz.yml b/.github/workflows/publish-memory-viz.yml index 4ef19cf..1ed12fb 100644 --- a/.github/workflows/publish-memory-viz.yml +++ b/.github/workflows/publish-memory-viz.yml @@ -9,6 +9,8 @@ jobs: permissions: contents: read id-token: write + environment: + name: publish-npm steps: - uses: actions/checkout@v4 # Setup .npmrc file to publish to npm diff --git a/CHANGELOG.md b/CHANGELOG.md index 71bc796..526b936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### 🔧 Internal changes +- Added environment to GitHub Actions configuration for publishing releases + ## [0.5.0-rc.0] - 2024-12-06 ### ✨ Enhancements