Skip to content

Commit

Permalink
fix: #dev-deploy tag fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbator authored Dec 3, 2024
1 parent 3ad9617 commit f87b891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.kodemy.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: 'refs/tags/$TAG_NAME',
ref: 'refs/tags/${TAG_NAME}',
sha: context.sha
})

0 comments on commit f87b891

Please sign in to comment.