Skip to content

Commit

Permalink
ci: try releasing nuxt-edge with provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 24, 2023
1 parent 5fd93d8 commit 753c4c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nuxt2-edge.yml
Expand Up @@ -9,6 +9,8 @@ jobs:
nightly:
if: github.repository_owner == 'nuxt'
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -18,7 +20,7 @@ jobs:
run: git fetch --depth=1 origin "+refs/tags/*:refs/tags/*"
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
registry-url: 'https://registry.npmjs.org'
- name: install
run: yarn --check-files --frozen-lockfile --non-interactive
Expand Down Expand Up @@ -48,4 +50,5 @@ jobs:
run: ./scripts/workspace-run npm publish -q
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
NPM_CONFIG_PROVENANCE: true

0 comments on commit 753c4c2

Please sign in to comment.