Skip to content

Commit

Permalink
Fix release-checker - 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Ferreira Ribeiro committed Feb 12, 2024
1 parent e8c62d8 commit b91d0ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ env.version }}
release_name: Release ${{ env.version }}
tag_name: v${{ env.VERSION }}
release_name: Release ${{ env.VERSION }}
draft: false
prerelease: false

0 comments on commit b91d0ee

Please sign in to comment.