Skip to content

Commit

Permalink
release v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Nov 30, 2023
1 parent c92bef1 commit f35932b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/js-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,6 @@ jobs:
needs: [release-check]
runs-on: ubuntu-latest
if: needs.release-check.outputs.release == 'true'
permissions:
id-token: write
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v3
with:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.0.15] - 2023-11-30
### Fixed
- revert adding permissions in JS release job (we cannot do that in a reusable workflow)

## [0.0.14] - 2023-11-30
### Changed
- permissions in JS release job
Expand Down

0 comments on commit f35932b

Please sign in to comment.