Skip to content

Commit 09eeea8

Browse files
committed
wum
1 parent 8174e89 commit 09eeea8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/tauri.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,14 @@ jobs:
2424
- name: get tag
2525
id: get_tag
2626
run: echo ::set-output name=tag::$(jq -r .version package.json)
27-
- uses: actions-ecosystem/action-push-tag@v1
27+
- name: Git tag
28+
uses: pkgdeps/git-tag-action@v2
2829
with:
29-
tag: ${{ steps.get_tag.outputs.tag }}
30+
github_token: ${{ secrets.GITHUB_TOKEN }}
31+
github_repo: ${{ github.repository }}
32+
git_commit_sha: ${{ github.sha }}
33+
version: ${{ steps.get_tag.outputs.tag }}
34+
git_tag_prefix: "v"
3035
test-tauri:
3136
name: CI
3237
needs: create-tag

0 commit comments

Comments
 (0)