Skip to content

Commit

Permalink
need
Browse files Browse the repository at this point in the history
  • Loading branch information
Til7701 committed Mar 14, 2024
1 parent 67c8b6b commit f8dce16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
secrets: inherit

release:
needs: build
needs: [ build, create-version-string ]
uses: ./.github/workflows/release.yaml
with:
tag: "v${{ needs.create-version-string.outputs.version }}"
Expand Down

0 comments on commit f8dce16

Please sign in to comment.