Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Jan 10, 2024
1 parent 41f8f37 commit de7de2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
working-directory: packages/cli
run: yarn oclif upload tarballs --no-xz --targets $TARBALL_TARGETS

- name: Rename tarballs
# if: startsWith(github.ref, 'refs/tags/')
- name: Rename tarballs to remove git sha
if: startsWith(github.ref, 'refs/tags/')
working-directory: packages/cli/dist
run: |
git_sha="$(git rev-parse --short HEAD)"
Expand All @@ -67,6 +67,7 @@ jobs:
done
- name: Release
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
Expand Down

0 comments on commit de7de2e

Please sign in to comment.