mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
AAE-12304 (#8186)
This commit is contained in:
14
.github/workflows/git-tag.yml
vendored
14
.github/workflows/git-tag.yml
vendored
@@ -65,7 +65,15 @@ env:
|
|||||||
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
release:
|
||||||
|
uses: ./.github/workflows/release.yml
|
||||||
|
secrets: inherit
|
||||||
|
with:
|
||||||
|
dry-run-release: false
|
||||||
|
|
||||||
setup:
|
setup:
|
||||||
|
needs: release
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
name: "Release tag"
|
name: "Release tag"
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
@@ -87,9 +95,3 @@ jobs:
|
|||||||
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
|
|
||||||
|
Reference in New Issue
Block a user