We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deeb4fd commit 150a85fCopy full SHA for 150a85f
.github/workflows/publish_release.yaml
@@ -18,7 +18,7 @@ jobs:
18
id: semver
19
run: |
20
set -x
21
- echo "TAG="${{ github.ref }}"
+ echo TAG="${{ github.ref }}"
22
23
create-release:
24
runs-on: ubuntu-latest
0 commit comments