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 cc065bd commit dd04c6d
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 @@ -15,7 +15,7 @@ jobs:
id: tag
run: |
BRANCH=${{ github.head_ref }}
TAG="${BRANCH//rc\//""}"
TAG="${BRANCH//rc//""}"
echo $TAG
echo "tag=$TAG" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit dd04c6d

Please sign in to comment.