We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbaf559 commit 40e1f67Copy full SHA for 40e1f67
1 file changed
.github/actions/version/action.yml
@@ -50,16 +50,22 @@ 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
58
publish="false"
59
fi
+
+ echo "1"
60
61
echo "version=$version" >> "$GITHUB_OUTPUT"
62
63
+ echo "2"
64
65
echo "snapshot=$snapshot" >> "$GITHUB_OUTPUT"
66
67
+ echo "3"
68
69
echo "publish=$publish" >> "$GITHUB_OUPUT"
70
71
cat "$GITHUB_OUTPUT"
0 commit comments