Skip to content

Commit

Permalink
修改触发条件
Browse files Browse the repository at this point in the history
  • Loading branch information
wangYX657211334 committed Nov 1, 2024
1 parent 6ba40a9 commit 2b54dc0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release
on:
push:
branches:
- feature_workflow
tags:
- "*"

permissions:
contents: write
Expand All @@ -20,6 +20,7 @@ jobs:
- name: Go release
uses: goreleaser/goreleaser-action@v6
with:
version: "~> v0"
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2b54dc0

Please sign in to comment.