Skip to content

Commit

Permalink
chore: release mixcr software for platform from defined branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-ainsel committed Oct 15, 2024
1 parent 937e0bc commit 55f49a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/java-gradle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2107,8 +2107,7 @@ jobs:
gpg-key-password: ${{ secrets.GIT_CRYPT_KEY_PASSWORD }}

- uses: milaboratory/github-ci/blocks/node/sign-and-publish@v4
if: steps.context.outputs.is-release == 'true'
&& github.ref_name == inputs.release-branch-name
if: github.ref_name == inputs.release-branch-name
with:
artifact-name: ${{ inputs.product-name-slug }}
build-version: ${{ steps.context.outputs.current-version }}
Expand Down

0 comments on commit 55f49a4

Please sign in to comment.