Skip to content

Commit 40e1f67

Browse files
committed
ci: debug
1 parent dbaf559 commit 40e1f67

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/actions/version/action.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,22 @@ runs:
5050
5151
user="${{ github.actor == 'hauner' && github.actor != 'dependabot[bot]' }}"
5252
53-
echo "1"
54-
5553
if [[ "$user" == true && "$snapshot" == true ]]; then
5654
publish="true"
5755
else
5856
publish="false"
5957
fi
58+
59+
echo "1"
6060
6161
echo "version=$version" >> "$GITHUB_OUTPUT"
62+
63+
echo "2"
64+
6265
echo "snapshot=$snapshot" >> "$GITHUB_OUTPUT"
66+
67+
echo "3"
68+
6369
echo "publish=$publish" >> "$GITHUB_OUPUT"
6470
6571
cat "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)