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 79b34a1 commit 48b0c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/69-run-on-push-to-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
BRANCH=${{ github.ref }}
echo $BRANCH
TAG="${BRANCH//rc\//""}"
TAG="${BRANCH//refs\/heads\/rc\//""}"
echo $TAG
echo "tag=$TAG" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 48b0c26

Please sign in to comment.