Update version to 2.2.1

This commit is contained in:
Jiaxin Peng
2024-01-29 20:43:14 +00:00
parent bc665253ec
commit 9d891dae55
8 changed files with 45 additions and 16 deletions

View File

@@ -20,13 +20,13 @@ jobs:
with:
node-version: "18"
- name: Generate changelog
id: changelog
uses: saadmk11/changelog-ci@v1.1.2
with:
github_token: ${{ secrets.REPO_ACCESS_TOKEN }}
release_version: ${{ github.ref }}
changelog_filename: CHANGELOG.md
# - name: Generate changelog
# id: changelog
# uses: saadmk11/changelog-ci@v1.1.2
# with:
# github_token: ${{ secrets.REPO_ACCESS_TOKEN }}
# release_version: ${{ github.ref }}
# changelog_filename: CHANGELOG.md
- name: Build
id: build