Skip to content

Commit

Permalink
chore: #81 Pack the final file before jreleaser release
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <[email protected]>
  • Loading branch information
lbroudoux committed Jan 3, 2025
1 parent 69d182c commit 325738d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
run: |
npm sbom --sbom-format spdx > microcks-microcks-testcontainers-${{ github.event.inputs.version }}.spdx-sbom.json
npm run build
npm publish --provenance
//npm publish --provenance
npm pack
- name: Publish release with JReleaser
uses: jreleaser/release-action@v2
Expand Down

0 comments on commit 325738d

Please sign in to comment.