Skip to content

Commit

Permalink
Workflows: Continue if version is already tagged
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Jul 27, 2024
1 parent f57054c commit 7672229
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,7 @@ jobs:

release:
name: Create Release
needs:
[
ratos-push-version-number,
configurator-push-version-number,
configuration-push-version-number,
theme-push-version-number,
]
needs: ratos-push-version-number
runs-on: ubuntu-latest
outputs:
id: ${{ steps.create-release.outputs.id }}
Expand Down

0 comments on commit 7672229

Please sign in to comment.