Skip to content

Commit

Permalink
Attempt to fix use of job output
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Nov 14, 2022
1 parent 7f80d1e commit ce2fcc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ jobs:
- name: Release | GitHub
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.release.outputs.tag-name }}
name: ${{ steps.release.outputs.tag-name }}
tag_name: ${{ needs.calculate-release-flags.outputs.tag-name }}
name: ${{ needs.calculate-release-flags.outputs.tag-name }}
files: ${{ env.PROJ_NAME }}-*/${{ env.PROJ_NAME }}-*

- name: Release | Crates.io
Expand Down

0 comments on commit ce2fcc1

Please sign in to comment.