Skip to content

Commit

Permalink
ci: 🎡 fix release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
charlzyx committed Jan 4, 2024
1 parent feedf7d commit 5820d77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
with:
tag_name: "${{ steps.get_version.outputs.VERSION }}"
release_name: "Rush! ${{ steps.get_version.outputs.VERSION }}"
body: 'See the assets to download this version and install. <a href="https://github.com/charlzyx/rush/blob/master/CHANGELOG.md">CHANGELOG</a>'
body: '<a href="https://github.com/charlzyx/arco.formily/blob/master/CHANGELOG.md">CHANGELOG</a>'
publish-npm:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5820d77

Please sign in to comment.