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 2f1ca50 commit 3e3575bCopy full SHA for 3e3575b
.github/workflows/release.yaml
@@ -39,6 +39,11 @@ jobs:
39
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
40
gpg-passphrase: GPG_PASSPHRASE
41
42
+ - name: Show inputs
43
+ run: |
44
+ echo "Stable version: ${{ env.STABLE_VERSION }}"
45
+ echo "Beta version: ${{ env.BETA_VERSION }}"
46
+
47
- name: Extract current stable SNAPSHOT version from POM property
48
id: extract-stable-snapshot-version
49
run: |
0 commit comments