Skip to content

Commit

Permalink
Specify what is a canary tag
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev committed Nov 6, 2024
1 parent 6664ed1 commit 3e1182a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: 'refs/tags/${{ steps.version_info.outputs.build_version }}',
ref: 'refs/tags/Canary-${{ steps.version_info.outputs.build_version }}',
sha: context.sha
})
Expand Down

0 comments on commit 3e1182a

Please sign in to comment.