We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a7404 commit 6162a88Copy full SHA for 6162a88
2 files changed
.github/workflows/main.yml
@@ -71,6 +71,9 @@ jobs:
71
- name: Upload executables to release
72
if: steps.changesets.outputs.published == 'true'
73
uses: actions/github-script@v7
74
+ env:
75
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76
+ VERSION: ${{ env.VERSION }}
77
with:
78
script: |
79
const fs = require('fs');
.npmrc
@@ -0,0 +1 @@
1
+registry=https://registry.npmjs.org
0 commit comments