Skip to content

Commit 93bb73d

Browse files
committed
ci(fix): tag and release this action with all included files built in dist
1 parent a2f063c commit 93bb73d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
ref: ${{ github.event.release.tag_name }}
1515
- name: Install deps and build
1616
run: npm ci && npm run build
17-
- uses: JasonEtco/build-and-tag-action@v2
17+
- uses: teunmooij/github-versioned-release@v1.2.1
18+
with:
19+
exclude: LICENSE
20+
template: javascript-action
1821
env:
1922
GITHUB_TOKEN: ${{ github.token }}
20-
with:
21-
tag_name: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)