Skip to content

chore: bump actions/upload-artifact from 3.1.2 to 4.4.3 (#1466) #773

chore: bump actions/upload-artifact from 3.1.2 to 4.4.3 (#1466)

chore: bump actions/upload-artifact from 3.1.2 to 4.4.3 (#1466) #773

name: create_release
on:
on:

Check failure on line 3 in .github/workflows/create-release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/create-release.yaml

Invalid workflow file

You have an error in your yaml syntax on line 3
push:
tags:
- 'v*'
permissions:
contents: write
jobs:
create-release:
runs-on: ubuntu-20.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
submodules: true
fetch-depth: 0
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: "1.23"
check-latest: true
- name: Goreleaser
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0
with:
version: latest
args: release --clean --timeout 150m --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}