Skip to content

Commit

Permalink
ci: remove include changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-Dijoux committed Feb 3, 2025
1 parent 7289cb4 commit 3edecd8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@ on:
workflow_dispatch:
workflow_call:
push:
tags:
- "v*"
branches:
- "main"

jobs:
create-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/create-gh-release-action@v1
with:
changelog: CHANGELOG.md
token: ${{ secrets.GITHUB_TOKEN }}

upload-assets:
needs: create-release
Expand Down

0 comments on commit 3edecd8

Please sign in to comment.