Skip to content

Commit

Permalink
Merge pull request #8760 from jenkins-x/clean
Browse files Browse the repository at this point in the history
fix: clean away codeconv action files
  • Loading branch information
jenkins-x-bot authored Jan 31, 2025
2 parents dd7043e + a7e33aa commit b97dfdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jenkins-x/changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ echo "setting git user"
git config --global user.name jenkins-x-bot-test
git config --global user.email "[email protected]"

git clean -f
git tag -fa v$VERSION -m "chore: release version $VERSION"
git push origin v$VERSION

Expand Down

0 comments on commit b97dfdf

Please sign in to comment.