We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8239fce commit f327b6aCopy full SHA for f327b6a
.github/workflows/go.yml
@@ -45,8 +45,7 @@ jobs:
45
- uses: actions/checkout@v4
46
with:
47
token: ${{ secrets.GITHUB_TOKEN }}
48
-
49
- # 🔹 Commit خالی ایجاد میکنیم تا release روی commit جدید باشه
+
50
- name: Create empty commit for release
51
run: |
52
git config user.name "github-actions"
@@ -64,5 +63,5 @@ jobs:
64
63
65
tag_name: ${{ github.event.inputs.tag_name }}
66
name: Release ${{ github.event.inputs.tag_name }}
67
- body: ""
+ body: ""
68
files: artifacts/**/*.zip
0 commit comments