Skip to content

fix: add client id and remove application id for azure service princi… #153

fix: add client id and remove application id for azure service princi…

fix: add client id and remove application id for azure service princi… #153

Workflow file for this run

name: publish-azure
on:
push:
# run only against tags
tags:
- '*'
permissions:
contents: write
# packages: write
# issues: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --force --tags
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.22.7
- uses: goreleaser/goreleaser-action@v4
with:
# either 'goreleaser' (default) or 'goreleaser-pro':
distribution: goreleaser
args: release --clean
workdir: cloud/azure
version: '~> v1'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}