Skip to content

Commit

Permalink
Remove cruft from pre-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminwood committed Aug 4, 2023
1 parent 2941911 commit bf883b8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
draft: true
files: "transport-*"

# - uses: "marvinpinto/action-automatic-releases@latest"
# with:
# repo_token: "${{ github.token }}"
# automatic_release_tag: "latest"
# prerelease: true
# title: "Development Build"
# files: |
# target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}
files: "transport-*"

0 comments on commit bf883b8

Please sign in to comment.