Skip to content

Fixed changelog + bump versions (#264) #27

Fixed changelog + bump versions (#264)

Fixed changelog + bump versions (#264) #27

Workflow file for this run

name: release
env:
GOWORK: off
on:
push:
tags:
- "azkustodata/**"
permissions:
checks: write
pull-requests: write
packages: write
deployments: write
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: docker://antonyurchenko/git-release:v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG_PREFIX_REGEX: "azkustodata/v"
- name: Pull new module version
uses: andrewslotin/go-proxy-pull-action@master