Skip to content

Commit

Permalink
fix tag publisher (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
fogfish authored Feb 17, 2024
1 parent 378baa1 commit b3667ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
run: |
git config user.name "GitHub Actions"
git config user.email "github-actions@users.noreply.github.com"
git tag ${{ steps.version.outputs.version }}
git push origin ${{ steps.version.outputs.version }}
git tag ${{ steps.version.outputs.v-version }}
git push origin -u ${{ steps.version.outputs.v-version }}
5 changes: 0 additions & 5 deletions .github/workflows/check-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ on:
- opened
- synchronize

push:
branches:
- main
- /refs/heads/main

jobs:

unit:
Expand Down

0 comments on commit b3667ca

Please sign in to comment.