Skip to content

Bump github.com/quic-go/quic-go from 0.41.0 to 0.48.2 in /pkg/cli #7

Bump github.com/quic-go/quic-go from 0.41.0 to 0.48.2 in /pkg/cli

Bump github.com/quic-go/quic-go from 0.41.0 to 0.48.2 in /pkg/cli #7

Workflow file for this run

name: goreleaser
on:
pull_request:
push:
branches:
- '*'
tags:
- 'v*'
workflow_dispatch:
repository_dispatch:
permissions:
contents: write
release:

Check failure on line 16 in .github/workflows/goreleaser.yml

View workflow run for this annotation

GitHub Actions / goreleaser

Invalid workflow file

The workflow is not valid. .github/workflows/goreleaser.yml (Line: 16, Col: 1): Unexpected value 'release'
draft: true
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
# 'latest', 'nightly', or a semver
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_CURRENT_TAG: ${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || format('v0.0.0-{0}', github.sha) }}