Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Dante De Ruwe committed Oct 12, 2024
1 parent 7c5d30f commit 08787f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ on:
- 'v*' # This triggers the action on new version tags

jobs:
build:
uses: ./.github/workflows/build.yml # Call the reusable build workflow

release:
uses: ./.github/workflows/build.yml
runs-on: ubuntu-latest
needs: build # Ensure the build job completes first

steps:

Expand Down

0 comments on commit 08787f1

Please sign in to comment.