Skip to content

Commit

Permalink
Merge pull request #1354 from hannobraun/release
Browse files Browse the repository at this point in the history
Re-trigger release v0.24.0
  • Loading branch information
hannobraun authored Nov 14, 2022
2 parents 7f80d1e + ce2fcc1 commit 58e4239
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 58e4239

Please sign in to comment.