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 48b0c26 commit a4c55e5
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 @@ -32,4 +32,4 @@ jobs:
TAG: ${{ needs.release-candidate-tag.outputs.tag }}
steps:
- name: echo TAG
run: Echo ${{ env.TAG }}
run: echo ${{ env.TAG }}

0 comments on commit a4c55e5

Please sign in to comment.