Skip to content

Commit ce628ad

Browse files
Merge pull request #25 from NxtLvLSoftware/dev-to-dist
Merge dev changes to dist
2 parents 26d5427 + d446933 commit ce628ad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/package-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Publish Package
33
on:
44
push:
55
branches: [dist]
6-
tags:
7-
- '*'
6+
release:
7+
types: [published]
88

99
permissions:
1010
contents: read
@@ -69,7 +69,7 @@ jobs:
6969
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
7070

7171
- name: Publish ${{ github.ref_name }} to npm registry
72-
if: github.event_name == 'tag'
72+
if: github.event_name == 'release'
7373
run: |
7474
npm config set allow-same-version true
7575
npm config set git-tag-version false

0 commit comments

Comments
 (0)