Browse Source
Merge pull request #1265 from colinin/update-release
workflow: update release version
pull/1267/head
yx lin
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/release.yml
|
|
@ -14,4 +14,4 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
repo_token: "${{ secrets.GITHUB_TOKEN }}" |
|
|
repo_token: "${{ secrets.GITHUB_TOKEN }}" |
|
|
prerelease: false |
|
|
prerelease: false |
|
|
automatic_release_tag: "9.2.0" |
|
|
automatic_release_tag: "9.2.1" |
|
|
|