Skip to content

Release azclient

Release azclient #1

name: Release azclient
on:
workflow_dispatch:
push:
branches:
- master
paths:
- 'pkg/azclient/*'
- '!pkg/azclient/configloader*'
- '!pkg/azclient/client-gen*'
- '!pkg/azclient/trace*'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
with:
tag_prefix: pkg/azclient/v
github_token: ${{ secrets.GITHUB_TOKEN }}