Skip to content

Commit

Permalink
ci: canary release
Browse files Browse the repository at this point in the history
  • Loading branch information
xc2 committed Nov 1, 2024
1 parent 21137a6 commit 1665b36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
uses: xc2/ghwf/.github/workflows/pnpm-artifact.yaml@main
with:
script: 'ci:pack'
artifact-path: "*.tgz"
artifact-path: "dist/*/*.tgz"
artifact-name: pkg

publish:
runs-on: ubuntu-latest
environment: npm-canary
needs: build
name: Publish ${{ matrix.name }}
name: Publish ${{ matrix.pkg.name }}
strategy:
matrix:
pkg:
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: 109cafe/action-npr@main
with:
version: ${{ inputs.version }}
name: ${{ matrix.lib-name }}
tarball: ${{ matrix.tarball }}
name: ${{ matrix.pkg.name }}
tarball: ${{ matrix.pkg.tarball }}
token: ${{ secrets.NPM_TOKEN }}
provenance: true

0 comments on commit 1665b36

Please sign in to comment.