We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c948f commit dbaf559Copy full SHA for dbaf559
1 file changed
.github/actions/version/action.yml
@@ -50,6 +50,8 @@ runs:
50
51
user="${{ github.actor == 'hauner' && github.actor != 'dependabot[bot]' }}"
52
53
+ echo "1"
54
+
55
if [[ "$user" == true && "$snapshot" == true ]]; then
56
publish="true"
57
else
@@ -60,4 +62,4 @@ runs:
60
62
echo "snapshot=$snapshot" >> "$GITHUB_OUTPUT"
61
63
echo "publish=$publish" >> "$GITHUB_OUPUT"
64
- cat $GITHUB_OUTPUT
65
+ cat "$GITHUB_OUTPUT"
0 commit comments