Skip to content

chore(deps): bump golang from 1.26.6 to 1.27.0 (#1320) #53

chore(deps): bump golang from 1.26.6 to 1.27.0 (#1320)

chore(deps): bump golang from 1.26.6 to 1.27.0 (#1320) #53

Workflow file for this run

name: Tag CCM
on:
push:
branches:
- 'release-1.*'
paths-ignore:
- 'cmd/auth-provider-gcp/**'
- 'cmd/gke-gcloud-auth-plugin/**'
jobs:
tag-ccm:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
fetch-depth: 0 # Fetch all history and tags
- name: Configure Git User
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Run auto-tag script
env:
DRY_RUN: "false"
FORCE_BRANCH: ${{ github.ref_name }}
COMPONENT_PREFIX: ""
run: ./tools/auto-tag.sh