Skip to content

Commit

Permalink
ci: try fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jan 2, 2024
1 parent 6483fa1 commit 2b7ed5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ignore-unpublished-changes: true

- name: Create GitHub Release
if: steps.publish.outcome == 'success'
if: steps.publish.outcome == 'success' && join(fromJSON(steps.publish.outputs.published).version, '')
uses: softprops/action-gh-release@v1
with:
name: v${{ join(fromJSON(steps.publish.outputs.published).version, '') }}
Expand Down

0 comments on commit 2b7ed5e

Please sign in to comment.