Skip to content

deps(github-actions): bump the github-actions-deps group across 1 dir… #48

deps(github-actions): bump the github-actions-deps group across 1 dir…

deps(github-actions): bump the github-actions-deps group across 1 dir… #48

Workflow file for this run

name: snapshot
on:
push:
branches-ignore:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: "~> v2"
args: release --clean --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload assets
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/*