Skip to content

Bump google.golang.org/api from 0.215.0 to 0.217.0 (#172) #55

Bump google.golang.org/api from 0.215.0 to 0.217.0 (#172)

Bump google.golang.org/api from 0.215.0 to 0.217.0 (#172) #55

Workflow file for this run

name: goreleaser
on:
push:
tags:
- v*.*.*
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: "~> v2"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}