We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aaf9b8 commit 1a6134dCopy full SHA for 1a6134d
.github/workflows/release.yml
@@ -32,8 +32,13 @@ jobs:
32
run: npm audit signatures
33
- name: Build
34
run: npm run build
35
+ - name: List files
36
+ run: ls -la
37
+ - name: Environment variables
38
+ run: printenv
39
- name: Release
40
run: npx semantic-release
41
env:
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
+ NPM_CONFIG_REGISTRY: "https://registry.npmjs.org/"
44
NPM_CONFIG_PROVENANCE: "true" # attach provenance to every publish
0 commit comments