We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a021aba commit 32b236dCopy full SHA for 32b236d
.github/workflows/docker-image-p2k16-label.yml
@@ -39,3 +39,5 @@ jobs:
39
- name: Debug info
40
id: debug1
41
run: echo debug github.ref = ${GITHUB_REF}
42
+ run: echo debug2 github.ref = ${github.ref}
43
+# so, GITHUB_REF is equal to the release tag, for example refs/tags/v0.3.0.2
0 commit comments