Skip to content

Commit 7e594ff

Browse files
committed
[release] Fix EOF delimiter and test with NuGet API key
1 parent 3a2e0eb commit 7e594ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
echo "" >> $GITHUB_OUTPUT
188188
echo "### ⭐ Support the Project" >> $GITHUB_OUTPUT
189189
echo "If you find SmartWhere useful, please consider giving it a star on GitHub!" >> $GITHUB_OUTPUT
190-
echo "EOF"
190+
echo "EOF" >> $GITHUB_OUTPUT
191191
192192
- name: Create Release
193193
uses: actions/create-release@v1

0 commit comments

Comments
 (0)