Skip to content

Commit

Permalink
Fix/ci GitHub action (#5) (#6)
Browse files Browse the repository at this point in the history
* fix(ci/cd): cleaning (#4)

* fix(ci/cd): Correct warning by upgrading github action

---------

Co-authored-by: miarkt <33121680+miarkt@users.noreply.github.com>
  • Loading branch information
annelhote and miarkt authored Jul 23, 2024
1 parent b77b433 commit e8bc03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
config_file: .github/config/changelog.js

- name: 📦 Create release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit e8bc03d

Please sign in to comment.