Skip to content

Commit

Permalink
Revert dogfood
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 committed Sep 22, 2022
1 parent bee8192 commit 7cd7a8d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Bump version
run: |
npm install -g .
cml ci
- run: npm ci && npm install --global
- run: |
git config --global user.name Olivaw[bot]
git config --global user.email [email protected]
git checkout -b bump/$(npm version ${{ github.event.inputs.bump }})
- name: Create PR
run: |
git push --set-upstream origin --follow-tags HEAD
cml pr create --title "Bump version to $(git describe --tags)" --body "Approve me 🤖" --squash
gh pr create --title "Bump version to $(git describe --tags)" --body "Approve me 🤖"
gh pr merge --squash --auto
env:
GITHUB_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }}
release:
Expand Down

0 comments on commit 7cd7a8d

Please sign in to comment.