Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo.ginetti committed Mar 14, 2023
1 parent d44088d commit ef76b9d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
name: package-gpr
path: '*.tgz'
publish-npm:
needs: build
needs: build-npm
runs-on: ubuntu-latest
steps:
- name: Download artifact
Expand All @@ -75,7 +75,7 @@ jobs:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

publish-gpr:
needs: build
needs: build-gpr
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.


## 0.0.2-beta.2 - 2023-03-14

### Fixed

- Fix release workflow

## 0.0.2-beta.1 - 2023-03-14

### Fixed
Expand Down

0 comments on commit ef76b9d

Please sign in to comment.