chore: Debug CI #32
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ⚠️ THIS WORKFLOW IS THE TRUSTED PUBLISHER CONFIGURED ON NPMJS.COM, DO NOT RENAME OR DELETE THIS FILE ⚠️ | |
| name: Publish NPM Package | |
| on: | |
| push: | |
| tags: | |
| - 'v*' | |
| # permissions: | |
| # id-token: write # Required for OIDC | |
| # packages: write | |
| # contents: read | |
| # security-events: write # Required for uploading SARIF files | |
| jobs: | |
| build-and-test: | |
| uses: ./.github/workflows/main.yml | |
| publish: | |
| needs: build-and-test | |
| permissions: | |
| id-token: write # Required for OIDC | |
| packages: write | |
| contents: read | |
| uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected] |