Skip to content

Commit

Permalink
Merge pull request #12 from smallstep/max/needs
Browse files Browse the repository at this point in the history
[action] release workflow required nonexistant job
  • Loading branch information
maraino authored Oct 10, 2022
2 parents 09e1990 + 9668810 commit c6410ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

create_release:
name: Create Release
needs: test
needs: ci
runs-on: ubuntu-latest
outputs:
version: ${{ steps.extract-tag.outputs.VERSION }}
Expand Down

0 comments on commit c6410ec

Please sign in to comment.