We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3529d0 commit a234ddeCopy full SHA for a234dde
.github/workflows/release.yml
@@ -0,0 +1,10 @@
1
+name: Release
2
+on:
3
+ push: { tags: 'v[0-9]+.[0-9]+.[0-9]+*' }
4
+permissions: {}
5
+
6
+jobs:
7
+ release:
8
+ permissions: {contents: write, id-token: write}
9
+ uses: nodenv/.github/.github/workflows/release.yml@v5
10
+ secrets: inherit
package.json
@@ -25,9 +25,7 @@
25
"scripts": {
26
"clean": "rm -rfv package*/ nodenv-jetbrains-npm-*.tgz",
27
"start": "bin/npm-cli.js",
28
- "postversion": "npm publish",
29
- "prepublishOnly": "npm run publish:github",
30
- "publish:github": "git push --follow-tags"
+ "postversion": "git push --follow-tags"
31
},
32
"keywords": [
33
"nodenv",
0 commit comments