Skip to content

Commit

Permalink
Merge pull request #2 from Eslam3bed/new-dummy-tests
Browse files Browse the repository at this point in the history
update
  • Loading branch information
Eslam3bed authored Sep 22, 2024
2 parents 74c7655 + 75aa995 commit 28a3e9b
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 @@ -71,7 +71,6 @@ jobs:
release:
needs: build
runs-on: ubuntu-latest
if: needs.build.outputs.version_bumped == 'true'
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -80,5 +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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 28a3e9b

Please sign in to comment.