Skip to content

Commit

Permalink
ci: revert tagging step
Browse files Browse the repository at this point in the history
  • Loading branch information
danstis committed Jul 15, 2023
1 parent 2b9f3a4 commit aeaf2cc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:
run: |
echo "::notice::FullSemVer ${{ steps.gitversion.outputs.FullSemVer }}"
echo "::notice::PreReleaseTagWithDash ${{ steps.gitversion.outputs.PreReleaseTagWithDash }}"
- name: Bump version and push tag
uses: anothrNick/[email protected] # https://github.com/marketplace/actions/github-tag-bump
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CUSTOM_TAG: "v${{ steps.gitversion.outputs.FullSemVer }}"
- name: Bump version and push tag # https://github.com/marketplace/actions/github-tag
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{ steps.gitversion.outputs.FullSemVer }}
tag_prefix: v

build:
name: Build
Expand Down

0 comments on commit aeaf2cc

Please sign in to comment.