This commit is contained in:
Marco Carrozzo
2023-01-23 16:48:10 +01:00
committed by GitHub
parent ad9ffeb17d
commit d71eb6291a

View File

@@ -65,7 +65,15 @@ env:
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
jobs:
release:
uses: ./.github/workflows/release.yml
secrets: inherit
with:
dry-run-release: false
setup:
needs: release
timeout-minutes: 20
name: "Release tag"
runs-on: ubuntu-22.04
@@ -87,9 +95,3 @@ jobs:
git fetch --all --quiet
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