Skip to content

Commit

Permalink
added ci precondition
Browse files Browse the repository at this point in the history
  • Loading branch information
msetina committed Mar 12, 2024
1 parent 39dd747 commit d2d8950
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 @@ -40,7 +40,7 @@ jobs:
cat "$GITHUB_OUTPUT"
publish:
name: Publish release artifacts
needs: [extract-params]
needs: [extract-params,ci]
runs-on: ubuntu-latest
environment: ${{ needs.extract-params.outputs.publish-env }}
permissions:
Expand Down

0 comments on commit d2d8950

Please sign in to comment.