We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 663ff0e + 6ef3269 commit d12c4b3Copy full SHA for d12c4b3
.github/workflows/build.yml
@@ -15,10 +15,10 @@ jobs:
15
with:
16
ref: 'main'
17
18
- - name: Set up JDK 8
+ - name: Set up JDK 17
19
uses: actions/setup-java@v3
20
21
- java-version: '8'
+ java-version: '17'
22
distribution: 'temurin'
23
cache: maven
24
@@ -47,4 +47,4 @@ jobs:
47
upload_url: ${{ steps.create_release.outputs.upload_url }}
48
asset_path: './target/SimpleTags-${{ env.PROJECT_VERSION }}.jar'
49
asset_name: 'SimpleTags-${{ env.PROJECT_VERSION }}.jar'
50
- asset_content_type: 'application/java-archive'
+ asset_content_type: 'application/java-archive'
0 commit comments