Skip to content

Commit c6410ec

Browse files
authored
Merge pull request #12 from smallstep/max/needs
[action] release workflow required nonexistant job
2 parents 09e1990 + 9668810 commit c6410ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
create_release:
1616
name: Create Release
17-
needs: test
17+
needs: ci
1818
runs-on: ubuntu-latest
1919
outputs:
2020
version: ${{ steps.extract-tag.outputs.VERSION }}

0 commit comments

Comments
 (0)