Update version to 2.1.2

This commit is contained in:
Jiaxin Peng
2024-01-09 11:44:40 +00:00
parent 388693d5b4
commit 8c65e471eb
3 changed files with 9 additions and 9 deletions

View File

@@ -20,13 +20,13 @@ jobs:
with:
node-version: "18"
- name: Generate changelog
id: changelog
uses: release-changelog/action@v1.0.0
with:
repo-token: ${{ secrets.REPO_ACCESS_TOKEN }}
version: ${{ github.ref }}
file: CHANGELOG.md
# - name: Generate changelog
# id: changelog
# uses: release-changelog/action@v1.0.0
# with:
# repo-token: ${{ secrets.REPO_ACCESS_TOKEN }}
# version: ${{ github.ref }}
# file: CHANGELOG.md
- name: Build
id: build