Skip to content

Commit

Permalink
allow gh draft releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Feb 7, 2024
1 parent 370412a commit f1c085e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gh-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
run: yarn oclif upload tarballs --no-xz --targets $TARBALL_TARGETS

- 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,7 +66,6 @@ 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 f1c085e

Please sign in to comment.