Update release.yml
This commit is contained in:
parent
c924b3975e
commit
3303cfc2e6
1 changed files with 16 additions and 19 deletions
35
.github/workflows/release.yml
vendored
35
.github/workflows/release.yml
vendored
|
|
@ -233,6 +233,21 @@ jobs:
|
|||
# server-display-name: ${{ needs.info.outputs.project_name }}-${{ needs.info.outputs.project_version }}-server
|
||||
# release-type: ${{ env.RELEASE_TYPE }}
|
||||
|
||||
close-fixed-issues:
|
||||
name: Close Fixed Issues
|
||||
needs: [info, release-github, release-curseforge]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.6
|
||||
|
||||
- name: Сlose fixed in dev
|
||||
uses: Xikaro/close-issues-based-on-label@master
|
||||
env:
|
||||
LABEL: "2. Status: Fixed in Dev"
|
||||
COMMENT: ${{ needs.info.outputs.project_version }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
release-github:
|
||||
name: Deploy to GitHub
|
||||
needs: [info, build-cf, build-mmc, build-server]
|
||||
|
|
@ -280,22 +295,4 @@ jobs:
|
|||
** Сhangelog **
|
||||
```${{ needs.info.outputs.changelog }}```
|
||||
** [More details...](https://github.com/TerraFirmaGreg-Team/Modpack-1.20.x/blob/main/CHANGELOG.md) **
|
||||
embed-color: 5814783
|
||||
|
||||
# close-fixed-issues:
|
||||
# name: Close Fixed Issues
|
||||
# needs: [info, release-github, release-curseforge]
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: Checkout
|
||||
# uses: actions/checkout@v4.1.4
|
||||
|
||||
# - name: Сlose fixed in dev
|
||||
# uses: juraj-hrivnak/close-issues-based-on-label@master
|
||||
# env:
|
||||
# LABEL: "2. Status: Fixed in Dev"
|
||||
# VERSION: ${{ needs.info.outputs.project_version }}
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
|
||||
embed-color: 5814783
|
||||
Loading…
Add table
Add a link
Reference in a new issue