We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d1457b + a5847dd commit 2f5bb3eCopy full SHA for 2f5bb3e
1 file changed
.github/workflows/publish.yml
@@ -15,6 +15,6 @@ jobs:
15
ref: ${{ github.event.release.tag_name }}
16
- name: Install deps and build
17
run: npm ci && npm run build
18
- - uses: JasonEtco/build-and-tag-action@v1
+ - uses: JasonEtco/build-and-tag-action@v2
19
env:
20
GITHUB_TOKEN: ${{ github.token }}
0 commit comments