Skip to content

Commit 75fe9f1

Browse files
committed
ci(publish): try to fix command that appends to GITHUB_ENV
1 parent 28d0a8d commit 75fe9f1

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
@@ -25,7 +25,7 @@ jobs:
2525
- name: Get Rockspec Version
2626
run: |
2727
[[ "${{ github.ref_name }}" =~ ^v(.+)$ ]]
28-
"spec_version=${BASH_REMATCH[1]}" >> $env:GITHUB_ENV
28+
echo "spec_version=${BASH_REMATCH[1]}" >> $env:GITHUB_ENV
2929
3030
- name: Publish to LuaRocks
3131
run: |

0 commit comments

Comments
 (0)