diff options
| author | 2024-02-24 21:54:25 +0800 | |
|---|---|---|
| committer | 2024-02-24 21:54:25 +0800 | |
| commit | 6f2be12fb7d5083388ba5b44034b8196111ff2f8 (patch) | |
| tree | e24847d3d080ef3326b2cbd348f0fab80db0aba7 /.github | |
| parent | 7d9ae7613aa7f0713be61a5734cf8ac94b966b1a (diff) | |
| parent | 4ca59a3a40ce894cd0a0bf958c7c870412ada397 (diff) | |
| download | infini-2.0.5.tar.gz infini-2.0.5.zip | |
Merge branch 'master' of https://github.com/HydroRoll-Team/infiniv2.0.5
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/changelog.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/release-drafter.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 99075711..e61b888d 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -30,7 +30,7 @@ jobs: useGitmojis: false - name: Create Release - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 with: allowUpdates: true draft: false diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index d7ca692e..84492e31 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -32,7 +32,7 @@ jobs: # echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV # Drafts your next Release notes as Pull Requests are merged into "master" - - uses: release-drafter/release-drafter@v5 + - uses: release-drafter/release-drafter@v6 # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml # with: # config-name: my-config.yml |
