Skip to content

Commit f327b6a

Browse files
Update go.yml
1 parent 8239fce commit f327b6a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ jobs:
4545
- uses: actions/checkout@v4
4646
with:
4747
token: ${{ secrets.GITHUB_TOKEN }}
48-
49-
# 🔹 Commit خالی ایجاد می‌کنیم تا release روی commit جدید باشه
48+
5049
- name: Create empty commit for release
5150
run: |
5251
git config user.name "github-actions"
@@ -64,5 +63,5 @@ jobs:
6463
with:
6564
tag_name: ${{ github.event.inputs.tag_name }}
6665
name: Release ${{ github.event.inputs.tag_name }}
67-
body: ""
66+
body: ""
6867
files: artifacts/**/*.zip

0 commit comments

Comments
 (0)