Skip to content

Revert "build(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0" #20

Revert "build(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0"

Revert "build(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0" #20

Workflow file for this run

name: Release
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Fetch all tags
run: git fetch --force --tags
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
distribution: goreleaser
version: latest
args: release --clean --timeout=60m