Skip to content

build(deps): bump golang.org/x/time from 0.4.0 to 0.5.0 (#85) #11

build(deps): bump golang.org/x/time from 0.4.0 to 0.5.0 (#85)

build(deps): bump golang.org/x/time from 0.4.0 to 0.5.0 (#85) #11

Workflow file for this run

name: Release
on:
push:
tags:
- v*
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --clean --config .github/.goreleaser.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}