Skip to content

Project import generated by Copybara. #995

Project import generated by Copybara.

Project import generated by Copybara. #995

Workflow file for this run

name: goreleaser-dry-run
on:
pull_request:
jobs:
dry-run:
runs-on: depot-ubuntu-22.04-8
permissions:
contents: write
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.x
check-latest: true
cache: true
- name: Run GoReleaser (dry run)
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean --snapshot --skip publish,sign
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}