1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-12-22 02:49:06 +00:00

Merge pull request #959 from soloturn/remove-maven

upload script was renamed, adapt workflow file
This commit is contained in:
PlantUML 2022-03-12 12:58:18 +01:00 committed by GitHub
commit f7f3dddb6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
name: CI gradle
name: CI
on:
create:
@ -140,11 +140,11 @@ jobs:
if: needs.workflow_config.outputs.do_snapshot_release == 'true'
env:
GITHUB_TOKEN: ${{ github.token }}
run: .github/scripts/release-gradle-snapshot.sh
run: .github/scripts/release-snapshot.sh
- name: Create release in GitHub
if: needs.workflow_config.outputs.do_release == 'true'
env:
GITHUB_TOKEN: ${{ github.token }}
TAG: ${{ github.event.ref }}
run: .github/scripts/release-gradle.sh
run: .github/scripts/release.sh