Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaschiasson authored Aug 19, 2022
1 parent 74117b2 commit 32937da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,12 @@ jobs:
release:
runs-on: ubuntu-latest
needs: [build-release]
needs: [tag, build-release]
steps:
- name: Download Build Artifacts
uses: actions/[email protected]
- name: Release
uses: softprops/[email protected]
with:
files: 'artifact/*.tar.gz'
tag_name: ${{ jobs.tag.outputs.version }}
tag_name: ${{ needs.tag.outputs.version }}

0 comments on commit 32937da

Please sign in to comment.