Skip to content

build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#41) #8

build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#41)

build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#41) #8

Workflow file for this run

name: Release
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}