Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eslam3bed committed Sep 22, 2024
1 parent ac26d15 commit d4f2d6e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
git config --global user.name 'Eslam3bed'
git config --global user.email '[email protected]'
npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -57,7 +56,6 @@ jobs:
echo "::set-output name=version_bumped::true"
fi
- name: Push changes to main branch
if: steps.commit_version.outputs.version_bumped == 'true'
run: git push --follow-tags
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -79,6 +77,5 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: dist/*
tag_name: v$(node -p -e "require('./package.json').version") # Use the new tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d4f2d6e

Please sign in to comment.