Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Oct 7, 2023
1 parent b1492f3 commit af3239e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
done
- name: Create Release
uses: softprops/action-gh-release@v1
if: ${{ !needs.meta.outputs.dryrun } }}
if: ${{ !needs.meta.outputs.dryrun }}
with:
name: v${{ needs.meta.outputs.version }}
generate_release_notes: true
Expand All @@ -194,7 +194,6 @@ jobs:
run: |
git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
dryrun=${{ needs.meta.outputs.dryrun }}
echo '```diff' >> $GITHUB_STEP_SUMMARY
git diff version.json >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit af3239e

Please sign in to comment.