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 0da8392 commit 9fca28dCopy full SHA for 9fca28d
.github/workflows/publish-package-to-ghcr.yml
@@ -32,18 +32,18 @@ jobs:
32
33
- name: Checkout
34
uses: actions/checkout@v3
35
- if: (steps.tag-action.outputs.tag != '')
+ if: (steps.extract_tag.outputs.tag != '')
36
37
- name: Setup Java
38
uses: actions/setup-java@v3
39
40
with:
41
distribution: 'temurin'
42
java-version: '21'
43
44
- name: Build with Gradle
45
uses: gradle/gradle-build-action@v2
46
47
continue-on-error: false
48
49
arguments: build
0 commit comments