We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f063c commit 93bb73dCopy full SHA for 93bb73d
.github/workflows/publish.yml
@@ -14,8 +14,9 @@ jobs:
14
ref: ${{ github.event.release.tag_name }}
15
- name: Install deps and build
16
run: npm ci && npm run build
17
- - uses: JasonEtco/build-and-tag-action@v2
+ - uses: teunmooij/github-versioned-release@v1.2.1
18
+ with:
19
+ exclude: LICENSE
20
+ template: javascript-action
21
env:
22
GITHUB_TOKEN: ${{ github.token }}
- with:
- tag_name: ${{ github.event.release.tag_name }}
0 commit comments