Skip to content

chore(deps-dev): bump semantic-release from 19.0.2 to 19.0.3 #797

chore(deps-dev): bump semantic-release from 19.0.2 to 19.0.3

chore(deps-dev): bump semantic-release from 19.0.2 to 19.0.3 #797

Workflow file for this run

name: Ejection
on:
push:
branches:
- main
jobs:
rebase:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: boilerplate-ejection
- run: git config user.name "Project Owner"
- run: git config user.email "owner@project.com"
- run: git rebase origin/main
- run: git push --force --set-upstream origin boilerplate-ejection