Skip to content

Commit

Permalink
Update .github/workflows/release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jrschumacher authored Aug 22, 2024
1 parent 7dbba80 commit 1296029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
env:
SEM_VER: ${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}
COMMIT_SHA: ${{ steps.release.outputs.sha }}
run: make build && ls -al
run: make build

- name: Upload Release Artifact
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 1296029

Please sign in to comment.