This commit is contained in:
Marco Carrozzo
2023-01-23 16:39:08 +01:00
committed by GitHub
parent 44538015fa
commit ad9ffeb17d

View File

@@ -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