mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 10:59:01 +00:00
upload script was renamed, adapt workflow file
This commit is contained in:
parent
eaaf59ef07
commit
9c651045c5
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: CI gradle
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
create:
|
create:
|
||||||
@ -140,11 +140,11 @@ jobs:
|
|||||||
if: needs.workflow_config.outputs.do_snapshot_release == 'true'
|
if: needs.workflow_config.outputs.do_snapshot_release == 'true'
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
run: .github/scripts/release-gradle-snapshot.sh
|
run: .github/scripts/release-snapshot.sh
|
||||||
|
|
||||||
- name: Create release in GitHub
|
- name: Create release in GitHub
|
||||||
if: needs.workflow_config.outputs.do_release == 'true'
|
if: needs.workflow_config.outputs.do_release == 'true'
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
TAG: ${{ github.event.ref }}
|
TAG: ${{ github.event.ref }}
|
||||||
run: .github/scripts/release-gradle.sh
|
run: .github/scripts/release.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user