Skip to content

Commit

Permalink
replace tag with tag_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Eslam3bed committed Sep 22, 2024
1 parent 75aa995 commit ac26d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: dist/*
tag: v$(node -p -e "require('./package.json').version") # Use the new tag
tag_name: v$(node -p -e "require('./package.json').version") # Use the new tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ac26d15

Please sign in to comment.