Skip to content

Commit

Permalink
feature(ci): add release github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <dusan@dusanmalusev.dev>
  • Loading branch information
CodeLieutenant committed Aug 12, 2024
1 parent 691968b commit 819ffb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
author: true
releaseUrl: ${{ steps.release.outputs.url }}
<<<<<<< HEAD
issues: true
=======
issues: false
>>>>>>> d34657b4 (feature(ci): add release github actions)
pullRequests: true
- uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit 819ffb7

Please sign in to comment.