Skip to content

Commit

Permalink
fix: Provenance (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio authored Jul 22, 2024
1 parent d888d24 commit 5d00309
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
name: Publish NPM package
jobs:
install:
permissions:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -21,9 +23,9 @@ jobs:
node-version: 18.x

- name: npm ci
run: npm ci
run: npm ci
- name: npm run build
run: npm run build
run: npm run build
- name: npm run test
run: npm run test
- name: npm run lint
Expand Down

0 comments on commit 5d00309

Please sign in to comment.