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 f5ad6fa commit cd00cf8Copy full SHA for cd00cf8
1 file changed
.github/workflows/test-publish.yml
@@ -24,8 +24,8 @@ jobs:
24
- uses: actions/checkout@v3
25
- uses: actions/setup-java@v3
26
with:
27
- java-version: '8'
28
- distribution: 'adopt'
+ java-version: '11'
+ distribution: 'temurin'
29
- run: |
30
# azure.archive.ubuntu.com is flaky
31
sudo sed -i 's/azure.archive.ubuntu.com/archive.ubuntu.com/' /etc/apt/sources.list
@@ -59,8 +59,8 @@ jobs:
59
60
61
62
63
64
- id: get_tag_version
65
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
66
shell: bash
0 commit comments