Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
shihanng committed Sep 22, 2024
1 parent 8111724 commit 62fee32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: release

on:
push:
branches-ignore:
- "**"
tags:
- "v*.*.*"
# branches-ignore:
# - "**"
# tags:
# - "v*.*.*"

jobs:
goreleaser:
Expand All @@ -21,6 +21,6 @@ jobs:
uses: goreleaser/goreleaser-action@v3
with:
version: "1.26"
args: release --rm-dist
args: release --rm-dist --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}

0 comments on commit 62fee32

Please sign in to comment.