Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
bmf-san committed Nov 10, 2023
1 parent 395f9bb commit 6b4d578
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release-dry-run.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: GoReleaser
name: Dry run GoReleaser

on:
push:
tags:
- '*'
on: [push]

permissions:
contents: write
Expand All @@ -18,7 +15,7 @@ jobs:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
- name: Run GoReleaser (dry-run)
- name: Dry run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
args: release --rm-dist --skip-publish --snapshot

0 comments on commit 6b4d578

Please sign in to comment.