Skip to content

Commit 6440c4f

Browse files
authored
fix: missing get-version step for release (#174)
1 parent 036434f commit 6440c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
release:
112112
name: 🦅 Release
113113
if: github.event_name == 'release' && github.event.action == 'published'
114-
needs: [checks-done]
114+
needs: [checks-done, get-version]
115115
uses: ./.github/workflows/release_builds.yml
116116
secrets: inherit
117117
with:

0 commit comments

Comments
 (0)