Update release.yml
This commit is contained in:
parent
c924b3975e
commit
3303cfc2e6
1 changed files with 16 additions and 19 deletions
33
.github/workflows/release.yml
vendored
33
.github/workflows/release.yml
vendored
|
|
@ -233,6 +233,21 @@ jobs:
|
||||||
# server-display-name: ${{ needs.info.outputs.project_name }}-${{ needs.info.outputs.project_version }}-server
|
# server-display-name: ${{ needs.info.outputs.project_name }}-${{ needs.info.outputs.project_version }}-server
|
||||||
# release-type: ${{ env.RELEASE_TYPE }}
|
# 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:
|
release-github:
|
||||||
name: Deploy to GitHub
|
name: Deploy to GitHub
|
||||||
needs: [info, build-cf, build-mmc, build-server]
|
needs: [info, build-cf, build-mmc, build-server]
|
||||||
|
|
@ -281,21 +296,3 @@ jobs:
|
||||||
```${{ needs.info.outputs.changelog }}```
|
```${{ needs.info.outputs.changelog }}```
|
||||||
** [More details...](https://github.com/TerraFirmaGreg-Team/Modpack-1.20.x/blob/main/CHANGELOG.md) **
|
** [More details...](https://github.com/TerraFirmaGreg-Team/Modpack-1.20.x/blob/main/CHANGELOG.md) **
|
||||||
embed-color: 5814783
|
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 }}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue