Skip to content

Commit 3e3575b

Browse files
committed
Test release automation (#93)
1 parent 2f1ca50 commit 3e3575b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
4040
gpg-passphrase: GPG_PASSPHRASE
4141

42+
- name: Show inputs
43+
run: |
44+
echo "Stable version: ${{ env.STABLE_VERSION }}"
45+
echo "Beta version: ${{ env.BETA_VERSION }}"
46+
4247
- name: Extract current stable SNAPSHOT version from POM property
4348
id: extract-stable-snapshot-version
4449
run: |

0 commit comments

Comments
 (0)