Skip to content

Commit

Permalink
Merge pull request #3 from Eslam3bed/new-dummy-tests
Browse files Browse the repository at this point in the history
Replace tag with tag_name
  • Loading branch information
Eslam3bed authored Sep 22, 2024
2 parents 28a3e9b + ac26d15 commit 6a17366
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 6a17366

Please sign in to comment.