diff options
| author | Arshia Ghafoori <arshia001@live.com> | 2024-06-20 16:09:30 +0330 |
|---|---|---|
| committer | Arshia Ghafoori <arshia001@live.com> | 2024-06-20 16:09:30 +0330 |
| commit | 21cbf2402a39d156e839021824ebbc110a5a7c2a (patch) | |
| tree | 56d3bc1945fbc364554980d15735ca0fa8e38c56 | |
| parent | ec8cfc41ce719d8e628af0aae8f426668f2f6fa4 (diff) | |
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57ba30c..2fed028 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,6 @@ name: Release on: - pull_request: push: tags: - v* @@ -35,4 +34,5 @@ jobs: with: repo_token: "${{ secrets.GITHUB_TOKEN }}" draft: true + automatic_release_tag: "${{ github.ref_name }}" files: publish/* |
