Skip to content

Commit

Permalink
wum
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Mar 15, 2023
1 parent 8174e89 commit 09eeea8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,14 @@ jobs:
- name: get tag
id: get_tag
run: echo ::set-output name=tag::$(jq -r .version package.json)
- uses: actions-ecosystem/action-push-tag@v1
- name: Git tag
uses: pkgdeps/git-tag-action@v2
with:
tag: ${{ steps.get_tag.outputs.tag }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_repo: ${{ github.repository }}
git_commit_sha: ${{ github.sha }}
version: ${{ steps.get_tag.outputs.tag }}
git_tag_prefix: "v"
test-tauri:
name: CI
needs: create-tag
Expand Down

0 comments on commit 09eeea8

Please sign in to comment.