Skip to content

Commit 45bfade

Browse files
authored
Merge pull request #19 from owenr88/release/1.2.5
1.2.5
2 parents 09fb636 + 320d245 commit 45bfade

File tree

2 files changed

+6
-29
lines changed

2 files changed

+6
-29
lines changed

.github/workflows/on-close-pr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ jobs:
5757
name: Release ${{ steps.tag_version.outputs.new_tag }}
5858
makeLatest: true
5959
body: ${{ steps.tag_version.outputs.changelog }}
60+
- name: Build
61+
run: npm run build
62+
- name: Publish packages to NPM
63+
run: npm run publish-all
64+
env:
65+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6066
- name: Delete branch
6167
uses: dawidd6/action-delete-branch@v3
6268
with:

.github/workflows/on-create-release.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)