Skip to content

Commit

Permalink
ci: dont create a version bump branch
Browse files Browse the repository at this point in the history
  • Loading branch information
radiovisual committed Oct 20, 2024
1 parent 511d1bd commit 8a45f6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,3 @@ jobs:
run: npm publish --tag ${{ env.RELEASE_TAG }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Commit and push version bump
if: env.IS_PRE_RELEASE == 'false'
run: |
git checkout -b version-bump/${{ env.RELEASE_VERSION }}
git add package.json package-lock.json
git commit -m "chore: bump version to ${{ env.RELEASE_VERSION }}"
git push origin version-bump/${{ env.RELEASE_VERSION }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keeli",
"version": "0.0.1",
"version": "0.0.0",
"main": "dist/index.js",
"description": "Configurable CLI validation tool to check for common problems in your translated source files.",
"author": {
Expand Down

0 comments on commit 8a45f6b

Please sign in to comment.