We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09461e commit 56aac7dCopy full SHA for 56aac7d
.github/workflows/publish.yml
@@ -25,6 +25,7 @@ jobs:
25
run: |
26
npm ci
27
npm run build
28
+ npm run release
29
30
- name: Publish package to GitHub and NPM
31
uses: ava-cassiopeia/publish-to-npm-and-github@1.0.0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "a-simple-switch",
3
- "version": "0.9.12",
+ "version": "0.9.13",
4
"description": "Vanilla JS/CSS Switch UI element",
5
"main": "release/commonjs/index.js",
6
"files": [
0 commit comments