Skip to content

⬆️ Bump github.com/Azure/go-autorest/autorest from 0.11.29 to 0.11.30… #2

⬆️ Bump github.com/Azure/go-autorest/autorest from 0.11.29 to 0.11.30…

⬆️ Bump github.com/Azure/go-autorest/autorest from 0.11.29 to 0.11.30… #2

Workflow file for this run

name: Release
on:
push:
tags:
- v*
permissions:
contents: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: fetch all tags
run: git fetch --force --tags
- name: draft release notes
uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}