Skip to content

build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore (#7314) #30

build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore (#7314)

build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore (#7314) #30

name: Release azclient configloader
on:
workflow_dispatch:
push:
branches:
- master
paths:
- 'pkg/azclient/configloader/**'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
fetch-depth: '0'
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@a22cf08638b34d5badda920f9daf6e72c477b07b # v6.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag_prefix: pkg/azclient/configloader/v
fetch_all_tags: true