Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Apr 20, 2023
1 parent de85a87 commit 58ab080
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,14 +293,9 @@ jobs:
id: extract_branch
run: echo "branch_name=$(echo ${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}})" >> "$GITHUB_OUTPUT"
- name: Bump version and push tag
id: bump_version
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
DEFAULT_BUMP: patch
CUSTOM_TAG: ${{ matrix.package }}/${{ needs.bump_version.outputs.version }}
RELEASE_BRANCHES: ${{ steps.extract_branch.outputs.branch_name }}
run: |
git tag ${{ matrix.package }}/${{ needs.bump_version.outputs.version }}
git push origin ${{ matrix.package }}/${{ needs.bump_version.outputs.version }}
goreleaser:
needs: [changes, bump_version]
Expand Down

0 comments on commit 58ab080

Please sign in to comment.