mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
AAE-12304 (#8185)
This commit is contained in:
parent
44538015fa
commit
ad9ffeb17d
7
.github/workflows/git-tag.yml
vendored
7
.github/workflows/git-tag.yml
vendored
@ -86,3 +86,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git fetch --all --quiet
|
git fetch --all --quiet
|
||||||
TRAVIS_BRANCH=${GITHUB_REF##*/} ./scripts/travis/release/git-tag.sh ${{ steps.set-dryrun.outputs.dryrun }}
|
TRAVIS_BRANCH=${GITHUB_REF##*/} ./scripts/travis/release/git-tag.sh ${{ steps.set-dryrun.outputs.dryrun }}
|
||||||
|
|
||||||
|
release:
|
||||||
|
need: setup
|
||||||
|
uses: ./.github/workflows/release.yml
|
||||||
|
secrets: inherit
|
||||||
|
with:
|
||||||
|
dry-run-release: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user