Skip to content

Commit

Permalink
Update merge_hotfix_to_dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pockerman authored Oct 11, 2024
1 parent fa556d5 commit 1051077
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/merge_hotfix_to_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,18 @@ jobs:
github_token: ${{ github.token }}
source: 'master'
target: 'develop'
bump-version-and-push-tag:
name: bump-version-and-push-tag
runs-on: ubuntu-latest
needs: [check-branch, merge-master-to-dev]
steps:
- name: Create tag
- uses: anothrNick/github-tag-action@v1
env:
GITHUB_TOKEN: ${{ github.token }}
WITH_V: true
PRERELEASE: false




Expand Down

0 comments on commit 1051077

Please sign in to comment.