Skip to content

Commit

Permalink
Publish the package using npm provenance (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet authored Dec 19, 2023
1 parent 146c3df commit 661ac4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
id-token: write
container:
image: cypress/browsers
steps:
Expand All @@ -28,7 +30,7 @@ jobs:
- name: Publish
run: |
yarn install --frozen-lockfile
npm publish
npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Build Changelog
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [4.1.1] - 2023-12-19

- Publish the package using npm provenance

## [4.1.0] - 2023-12-16

- Refactor the whole library to reduce repetitive and unnecessary code
Expand Down

0 comments on commit 661ac4c

Please sign in to comment.