Skip to content

Commit

Permalink
chore: release mixcr pl-pkg from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-ainsel committed Oct 10, 2024
1 parent a5f785e commit e81be3c
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 e81be3c

Please sign in to comment.