File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
jobs :
38
38
39
39
build-release :
40
- runs-on : ubuntu-latest-devops-xxlarge
41
- # runs-on: ubuntu-latest
40
+ # runs-on: ubuntu-latest-devops-xxlarge
41
+ runs-on : ubuntu-latest
42
42
timeout-minutes : 60
43
43
name : Build Artifacts and multi-platform Docker image, publish draft of the Release Notes
44
44
@@ -229,4 +229,4 @@ jobs:
229
229
--title "${{ inputs.release_version }}" \
230
230
--notes "**Improvements:**<br>- ...coming soon <br><br>**Bugfixes:**<br><br>- ...coming soon<br><br>**Docker images:**<br><br>Docker image released:<br> ${{ env.DOCKER_TAGS }}<br><br>... coming soon<br>" \
231
231
${{ inputs.release_version }} \
232
- *.tar.gz ${{ env.APPLICATION }}_${{ inputs.release_version }}_checksums.txt
232
+ *.tar.gz ${{ env.APPLICATION }}_${{ inputs.release_version }}_checksums.txt
You can’t perform that action at this time.
0 commit comments