Skip to content

Commit

Permalink
Merge pull request #95 from algorandfoundation/chore/fix-workflow-to-…
Browse files Browse the repository at this point in the history
…handle-non-release-cycle

cd: skip upload when there is no version
  • Loading branch information
PhearZero authored Jan 14, 2025
2 parents f0dc747 + 5a0233d commit 3d8498d
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 @@ -53,6 +53,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Release
if: ${{ steps.semver.outputs.version != '' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload v${{steps.semver.outputs.version}} bin/**/*

0 comments on commit 3d8498d

Please sign in to comment.