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:
commit
f7f3dddb6c
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user