Skip to content

Commit

Permalink
comment this out for now, run on prs??
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwlchan committed May 17, 2024
1 parent be9aa3a commit da0c218
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/upload_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ on:
- v[0-9]+.*

jobs:
create-release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: taiki-e/create-gh-release-action@v1
with:
changelog: CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# create-release:
# runs-on: ubuntu-latest
# permissions:
# contents: write
# steps:
# - uses: actions/checkout@v4
# - uses: taiki-e/create-gh-release-action@v1
# with:
# changelog: CHANGELOG.md
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

upload-assets:
strategy:
Expand Down

0 comments on commit da0c218

Please sign in to comment.