Skip to content

Commit 150a85f

Browse files
fixed typo in gha
1 parent deeb4fd commit 150a85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: semver
1919
run: |
2020
set -x
21-
echo "TAG="${{ github.ref }}"
21+
echo TAG="${{ github.ref }}"
2222
2323
create-release:
2424
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)