Skip to content

Commit

Permalink
Editing bump version script
Browse files Browse the repository at this point in the history
  • Loading branch information
laisspportugal committed Aug 14, 2024
1 parent b977219 commit 17591fb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 98 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/auto-bump-version.yml

This file was deleted.

7 changes: 2 additions & 5 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ secrets.LICHTBLICK_GITHUB_TOKEN }}
lfs: true

- name: Set up Node.js
Expand Down Expand Up @@ -52,17 +53,13 @@ jobs:
id: commit_version_bumps
run: |
git add package.json yarn.lock packages/studio/package.json
git commit -m "chore: bump versions in root and studio package.json"
git commit -m "chore: bump versions in root and studio package.json [skip actions]"
echo "commit_sha=$(git rev-parse HEAD)" >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.LICHTBLICK_GITHUB_TOKEN }}
- name: Push changes to a new branch
run: |
git checkout -b version-bump-${{ github.run_id }}
git push origin version-bump-${{ github.run_id }}
env:
GITHUB_TOKEN: ${{ secrets.LICHTBLICK_GITHUB_TOKEN }}
- name: Create Pull Request
id: create_pr
Expand Down
51 changes: 0 additions & 51 deletions .github/workflows/gh-pages.yml

This file was deleted.

0 comments on commit 17591fb

Please sign in to comment.