Skip to content

Commit 4d8fd63

Browse files
Attempt to fix release process (#36)
* Fix NPM package * Attempt to fix release process * Bump version for test release
1 parent b2dc77c commit 4d8fd63

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: actions/setup-node@v4
2121
with:
2222
node-version: '20.x'
23+
registry-url: 'https://registry.npmjs.org'
2324

2425
- name: Install dependencies
2526
run: |

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "a-simple-switch",
3-
"version": "0.9.5",
3+
"version": "0.9.6",
44
"description": "Vanilla JS/CSS Switch UI element",
55
"main": "release/commonjs/index.js",
66
"files": [
@@ -19,7 +19,7 @@
1919
"license": "ISC",
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/ava-cassiopeia/simple-switch"
22+
"url": "git+https://github.com/ava-cassiopeia/simple-switch.git"
2323
},
2424
"keywords": [
2525
"vanilla js",

0 commit comments

Comments
 (0)