Skip to content

build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /enabler (#467) #81

build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /enabler (#467)

build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /enabler (#467) #81

Workflow file for this run

name: Tag Latest
on:
push:
branches:
- main
jobs:
tag-latest:
name: Tag latest version
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
defaults:
run:
working-directory: enabler
steps:
- uses: actions/checkout@v4
- name: Setup git config
run: git config user.name "GitHub cd-deploy-dev Bot" && git config user.email "<>"
- name: Notify argo to trigger dev
run: git tag -f -- "latest" && git push -f origin "latest"
- name: Trigger publish workflow
run: gh workflow run cko-preview.yml --ref latest