Skip to content

Commit

Permalink
replace hotfix with rc
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Apr 4, 2024
1 parent 570c396 commit 9349768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
id: extract_version
run: |
VERSION=${{ github.head_ref }}
VERSION=${VERSION/hotfix/rc} # Replace "hotfix" with "rc"
echo "::set-output name=version::${VERSION#*rc/}"
- uses: tibdex/github-app-token@v1
Expand Down

0 comments on commit 9349768

Please sign in to comment.