Skip to content

Commit f87b891

Browse files
authored
fix: #dev-deploy tag fix 2
1 parent 3ad9617 commit f87b891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev.kodemy.deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
github.rest.git.createRef({
213213
owner: context.repo.owner,
214214
repo: context.repo.repo,
215-
ref: 'refs/tags/$TAG_NAME',
215+
ref: 'refs/tags/${TAG_NAME}',
216216
sha: context.sha
217217
})
218218

0 commit comments

Comments
 (0)