Skip to content

Commit

Permalink
fix workflow: release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
racso2609 committed Apr 26, 2024
1 parent 8ca144d commit 7c8922e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
echo "New files detected, committing and pushing them"
git add package.json
git commit -S -m "Bump package version"
git push
git push -f
else
echo "No new files, exiting cleanly"
fi
Expand Down

0 comments on commit 7c8922e

Please sign in to comment.