Skip to content

Commit 56aac7d

Browse files
Trigger release script on publish (#46)
* Run release script on publish * Bump version 0.9.12 -> 0.9.13
1 parent d09461e commit 56aac7d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
run: |
2626
npm ci
2727
npm run build
28+
npm run release
2829
2930
- name: Publish package to GitHub and NPM
3031
uses: ava-cassiopeia/publish-to-npm-and-github@1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "a-simple-switch",
3-
"version": "0.9.12",
3+
"version": "0.9.13",
44
"description": "Vanilla JS/CSS Switch UI element",
55
"main": "release/commonjs/index.js",
66
"files": [

0 commit comments

Comments
 (0)