Skip to content

chore(deps) Update dependency semantic-release to v22.0.12 #34

chore(deps) Update dependency semantic-release to v22.0.12

chore(deps) Update dependency semantic-release to v22.0.12 #34

Workflow file for this run

name: ⏫ Sync Updates
on:
push:
branches:
- dev
jobs:
master:
runs-on: ubuntu-latest
if: github.ref_name == 'dev'
steps:
- name: 💾 Checkout
uses: actions/checkout@v4
with:
ref: master
- name: 🛑 Reset promotion branch
run: |
git fetch origin ${{github.ref_name}}:${{github.ref_name}}
git reset --hard ${{github.ref_name}}
- name: 🆕 Create Pull Request
uses: peter-evans/[email protected]
with:
labels: automated pr
branch: ${{github.ref_name}}
title: chore(sync) Syncing changes from ${{github.ref_name}} to master