Skip to content

Commit

Permalink
fix: Update CD.yaml (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanyHenriquez committed May 23, 2024
1 parent c015b1f commit 10db65f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
if: github.ref == 'refs/heads/main'
run: |
git fetch --tags --force
if [ $(svu current) != $(svu next) ]; then
gh release create $(svu next)
fi
gh release create $(svu next)
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 10db65f

Please sign in to comment.