Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev committed Oct 30, 2024
1 parent f3e5264 commit a246601
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/dh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ jobs:
TAG_NAME="v${MVNVER/-SNAPSHOT/}"
echo "Tag name: ${TAG_NAME}"
echo "TAG_NAME=${TAG_NAME}" >> $GITHUB_OUTPUT
- name: Create Tag
uses: rickstaa/[email protected]
with:
tag_exists_error: false
tag: ${{ steps.sets-tag-version.outputs.TAG_NAME }}
message: "Automated tag"
# Fails when tag exists even though tag_exists_error: false ???
#- name: Create Tag
# uses: rickstaa/[email protected]
# with:
# tag_exists_error: false
# tag: ${{ steps.sets-tag-version.outputs.TAG_NAME }}
# message: "Automated tag"
- name: Set version
run: |
VERSION=`git describe --match "v[0-9\.]*" --long --dirty --always`
Expand Down

0 comments on commit a246601

Please sign in to comment.