Skip to content

Commit

Permalink
Added environment to GitHub Actions configuration for publishing rele…
Browse files Browse the repository at this point in the history
…ases
  • Loading branch information
david-yz-liu committed Dec 6, 2024
1 parent d599961 commit aec377f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-memory-viz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aec377f

Please sign in to comment.