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