Skip to content

Commit

Permalink
feat: enable npm package provenance
Browse files Browse the repository at this point in the history
ci: add provenance when publishing npm package

chore(deps-dev): bump all packages to latest version

Release-As: 15.0.2
  • Loading branch information
k3nsei committed Apr 27, 2023
1 parent a7cc5a0 commit ce13c14
Show file tree
Hide file tree
Showing 4 changed files with 1,344 additions and 1,073 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
required: true
type: string

permissions:
contents: write
pull-requests: write
id-token: write

jobs:
release-please:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -51,4 +56,4 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
cd dist/ng-in-viewport
npm publish
npm publish --provenance --access public
Loading

1 comment on commit ce13c14

@vercel
Copy link

@vercel vercel bot commented on ce13c14 Apr 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ng-in-viewport – ./

ng-in-viewport-k3nsei.vercel.app
ng-in-viewport.vercel.app
ng-in-viewport-git-develop-k3nsei.vercel.app

Please sign in to comment.