Skip to content

Commit

Permalink
fix(ci/cd): Correct warning by upgrading github action
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Jul 23, 2024
1 parent 55b1bf7 commit 226c4ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ 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:
tag_name: ${{ steps.tag.outputs.tag }}
name: ${{ steps.tag.outputs.tag }}
body: "${{ steps.changelog.outputs.changes }}"
name: ${{ steps.tag.outputs.tag }}
tag_name: ${{ steps.tag.outputs.tag }}

deploy:
name: Update production deployment
Expand Down

0 comments on commit 226c4ed

Please sign in to comment.