Skip to content

build(deps): bump golang.org/x/time from 0.7.0 to 0.8.0 in /pkg/azcli… #88

build(deps): bump golang.org/x/time from 0.7.0 to 0.8.0 in /pkg/azcli…

build(deps): bump golang.org/x/time from 0.7.0 to 0.8.0 in /pkg/azcli… #88

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:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: '0'
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@a22cf08638b34d5badda920f9daf6e72c477b07b # v6.2
with:
tag_prefix: pkg/azclient/v
github_token: ${{ secrets.GITHUB_TOKEN }}
fetch_all_tags: true