Skip to content

Commit 8a02ac2

Browse files
committed
tyop fix in workflow (invalid character)
1 parent 26b6f3b commit 8a02ac2

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
@@ -61,7 +61,7 @@ jobs:
6161
# Save version to environment file for later steps
6262
"VERSION=$version" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
6363
64-
- name: Debug: Show environment version
64+
- name: Debug - Show environment version
6565
run: echo "Version is ${{ env.VERSION }}"
6666

6767
- name: Create Git tag for release

0 commit comments

Comments
 (0)