Skip to content

build(deps): bump google.golang.org/api from 0.170.0 to 0.171.0 (#1545) #37

build(deps): bump google.golang.org/api from 0.170.0 to 0.171.0 (#1545)

build(deps): bump google.golang.org/api from 0.170.0 to 0.171.0 (#1545) #37

Workflow file for this run

name: goreleaser
on:
push:
tags:
- "*"
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: fetch tags
run: git fetch --tags --force
- uses: actions/[email protected]
with:
go-version: "1.22"
- uses: goreleaser/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
distribution: goreleaser
version: latest
args: release -f ci/.goreleaser.yml