Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
chaunsin committed Feb 8, 2025
1 parent f2c623a commit 25f6e48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ jobs:
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 "GitHub Pages Hash: ${{ steps.changelog.outputs.gh-pages-hash }}"
# Step 5: 发布
- name: Run GoReleaser
Expand Down

0 comments on commit 25f6e48

Please sign in to comment.