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 039173e commit 9686b73Copy full SHA for 9686b73
.github/workflows/preview-and-release.yml
@@ -23,6 +23,7 @@ env:
23
24
jobs:
25
maven_Preview:
26
+ if: ${{ github.ref == 'refs/heads/dev' }}
27
environment:
28
name: maven_central_snapshot
29
runs-on: ubuntu-latest
@@ -45,13 +46,14 @@ jobs:
45
46
shell: pwsh
47
env:
48
ENCODED_VALUE: ${{ secrets.SECRING_GPG }}
- OUPUT_PATH: '.\secring.gpg'
49
+ OUTPUT_PATH: '.\secring.gpg'
50
- name: Grant execute permission for gradlew
51
run: chmod +x gradlew
52
- name: Publish
53
run: ./gradlew $PREVIEW_TASK
54
55
maven_Release:
56
57
58
name: maven_central_release
59
0 commit comments