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 79c4156 commit b9ef134Copy full SHA for b9ef134
.github/workflows/tag-publish.yml
@@ -56,4 +56,4 @@ jobs:
56
steps:
57
- name: Publish stable packages
58
run: |
59
- echo "We are running on: " ${github.event.release.target_commitish}
+ echo "We are running on: " ${{github.event.release.target_commitish}}
0 commit comments