Skip to content

Commit

Permalink
ci: 增加Compare URL
Browse files Browse the repository at this point in the history
  • Loading branch information
chaunsin committed Feb 8, 2025
1 parent f448163 commit 3722267
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,11 @@ jobs:
- name: Print Changelog
run: |
echo "Changelog:"
echo "${{ steps.changelog.outputs.changelog }}"
echo "${{ steps.changelog.outputs.changelog }}" > note.md
echo "Compare URL: ${{ steps.changelog.outputs.compareurl }}"
echo "GitHub Pages Hash: ${{ steps.changelog.outputs.gh-pages-hash }}"
echo "Compare URL: ${{ steps.changelog.outputs.compareurl }}"
echo "Compare URL: ${{ steps.changelog.outputs.compareurl }}" > note.md
echo "${{ steps.changelog.outputs.changelog }}"
echo "${{ steps.changelog.outputs.changelog }}" >> note.md
# Step 6: 发布
- name: Run GoReleaser
Expand Down

0 comments on commit 3722267

Please sign in to comment.