We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8fd63 commit 522de73Copy full SHA for 522de73
.github/workflows/publish.yml
@@ -33,9 +33,15 @@ jobs:
33
run: |
34
npm publish
35
36
+ - name: Set up Node.js for GH
37
+ uses: actions/setup-node@v4
38
+ with:
39
+ node-version: '20.x'
40
+ registry-url: 'https://npm.pkg.github.com'
41
+
42
- name: Publish to GitHub Packages
43
env:
44
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
46
npm run gh-release-package-swap
- npm publish --registry=https://npm.pkg.github.com
47
+ npm publish
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "a-simple-switch",
3
- "version": "0.9.6",
+ "version": "0.9.7",
4
"description": "Vanilla JS/CSS Switch UI element",
5
"main": "release/commonjs/index.js",
6
"files": [
0 commit comments