Skip to content

Commit

Permalink
Fixed CI pipeline (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-bubu authored Mar 5, 2024
1 parent a6e1a52 commit 72009c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
./unifyVersions.js $VERSION
npm i
git commit -a -m "Bump version to $VERSION [skip ci]"
git tag -a "$TAG" -m "Release $TAG"
git tag -fa "$TAG" -m "Release $TAG"
git push -u origin "$TAG"
publish:
name: Publish Release
Expand Down

0 comments on commit 72009c2

Please sign in to comment.