Skip to content

Commit

Permalink
feat(ci): add condition on signing
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <jiazho@microsoft.com>
  • Loading branch information
Mossaka committed Apr 17, 2024
1 parent c4f8089 commit 2543ed3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
run: |
./scripts/parse-crate.sh main.log >> $GITHUB_OUTPUT
sign:
needs: [parse]
if: needs.parse.outputs.push_tag == 'yes'
uses: ./.github/workflows/action-sign.yml
with:
runtime: ${{ needs.parse.outputs.runtime }}
Expand Down

0 comments on commit 2543ed3

Please sign in to comment.