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 57c05f3 commit 0286db9Copy full SHA for 0286db9
.github/workflows/build-and-publish.yml
@@ -21,7 +21,7 @@ env:
21
22
jobs:
23
maven_Preview:
24
- if: ${{ github.ref == 'refs/head/dev' }}
+ if: ${{ github.ref == 'refs/heads/dev' }}
25
environment:
26
name: maven_central_snapshot
27
runs-on: ubuntu-latest
@@ -51,7 +51,7 @@ jobs:
51
run: ./gradlew $PREVIEW_TASK
52
53
maven_Release:
54
- if: ${{ github.ref == 'ref/head/master' }}
+ if: ${{ github.ref == 'ref/heads/master' }}
55
56
name: maven_central_release
57
0 commit comments