Skip to content

Commit

Permalink
Merge pull request #84 from NillionNetwork/chore/check-update-artifacts
Browse files Browse the repository at this point in the history
chore: check if the new version is higher when uploading artifacts
  • Loading branch information
pablojhl authored Feb 4, 2025
2 parents 3c6a02e + 43aaecc commit d7edb76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
gh release create '${{ matrix.pkg.package-name }}-v${{ steps.check-version.outputs.local_version }}' --generate-notes $PRERELEASE --title "${{ matrix.pkg.package-name }}-v${{ steps.check-version.outputs.local_version }}"
- name: Upload artifact to GH Release
if: steps.check-version.outputs.local_version_is_higher == 'true'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: >-
Expand Down

0 comments on commit d7edb76

Please sign in to comment.