Skip to content

Commit

Permalink
fix(workflow): update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Sep 26, 2024
1 parent c923cb1 commit e0d4faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ jobs:
config_file: .github/config/changelog.cjs

- name: 📦 Create release
uses: actions/create-release@latest
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ steps.tag.outputs.tag }}
name: ${{ steps.tag.outputs.tag }}
body: ${{ steps.changelog.outputs.changes }}

deploy:
Expand Down

0 comments on commit e0d4faf

Please sign in to comment.