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
parent
commit
6dfe25d3ce
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/release.yml

2
.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"

Loading…
Cancel
Save