Skip to content

Commit

Permalink
tmp relese
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelgautier committed Sep 15, 2024
1 parent 8cd85d9 commit 7a4a1da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Go releaser

on:
release:
types: [created]
push:
# release:
# types: [created]

permissions: read-all

Expand Down Expand Up @@ -54,6 +55,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean
args: release --snapshot --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7a4a1da

Please sign in to comment.