Skip to content

Commit

Permalink
Provenance information
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed Oct 6, 2023
1 parent 6fa81ba commit b0c2bf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ on:
jobs:
publish-npm:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exact-realty/esbuild-plugin-responsive-images",
"version": "1.0.9",
"version": "1.0.10",
"description": "esbuild plugin for responsive images using Sharp",
"main": "dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit b0c2bf6

Please sign in to comment.