Skip to content

Commit

Permalink
add tagging in separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixmil committed Jul 25, 2024
1 parent cc42bfb commit ef901a7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/bump_dev_version_tag_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,9 @@ jobs:
message: '🤖 Bump version. [skip actions]'
default_author: github_actions
add: 'DESCRIPTION'
tag: 'v${{ env.PKG_VERSION }}'
tag_push: '--force'

- uses: thejeff77/[email protected]
if: ${{ success() }}
with:
tag: v${{ env.PKG_VERSION }}
force: true

0 comments on commit ef901a7

Please sign in to comment.