Skip to content

Commit

Permalink
update run-on-push-to-rc workflow
Browse files Browse the repository at this point in the history
Signed-off-by: GuillaumeFalourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Oct 28, 2023
1 parent dd04c6d commit e9e544c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/69-run-on-push-to-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
id: tag
run: |
BRANCH=${{ github.head_ref }}
TAG="${BRANCH//rc//""}"
echo $BRANCH
TAG="${BRANCH//rc///""}"
echo $TAG
echo "tag=$TAG" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit e9e544c

Please sign in to comment.