Skip to content

Commit c61f2f7

Browse files
committed
Fixed a double quote mistake
1 parent 8909c70 commit c61f2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set environment variables
1919
shell: bash
2020
run: |
21-
echo "GOPATH=${{ runner.workspace }}"" >> $GITHUB_ENV
21+
echo "GOPATH=${{ runner.workspace }}" >> $GITHUB_ENV
2222
echo "${{ runner.workspace }}/bin" >> $GITHUB_PATH
2323
- name: Setup XGO
2424
run: go get github.com/crazy-max/xgo

0 commit comments

Comments
 (0)