Skip to content

Commit

Permalink
Trying again to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
notusknot committed Jun 14, 2022
1 parent d68ac75 commit 954e362
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ jobs:
create-release:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v3
- uses: taiki-e/create-gh-release-action@v1
with:
# (optional) Path to changelog.
changelog: CHANGELOG.md
- name: Create release
- uses: softprops/action-gh-release@v1
env:
# (required)
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -28,7 +27,9 @@ jobs:
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
- uses: actions/checkout@v3
- name: Upload release
- uses: taiki-e/upload-rust-binary-action@v1
with:
# (required)
Expand Down

0 comments on commit 954e362

Please sign in to comment.