Skip to content

Commit de09e19

Browse files
oleg-jukovecLeonidVas
authored andcommitted
cd: fix yaml syntax in the publish.yml
1 parent 74e5163 commit de09e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# Create a rockspec for the release.
2626
- run: printf '%s=%s\n' TAG "${GITHUB_REF##*/}" >> "${GITHUB_ENV}"
27-
sed -E
27+
- run: sed -E
2828
-e "s/branch = '.+'/tag = '${{ env.TAG }}'/g"
2929
-e "s/version = '.+'/version = '${{ env.TAG }}-1'/g"
3030
queue-scm-1.rockspec > queue-${{ env.TAG }}-1.rockspec

0 commit comments

Comments
 (0)