mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-24 06:27:24 +00:00
Update publishing.yml
This commit is contained in:
parent
bd8e519479
commit
40a5d5ebab
10
.github/workflows/publishing.yml
vendored
10
.github/workflows/publishing.yml
vendored
@ -57,11 +57,21 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Get Previous Tag
|
||||||
|
id: previoustag
|
||||||
|
uses: "WyriHaximus/github-action-get-previous-tag@v1"
|
||||||
|
with:
|
||||||
|
fallback: v1.0
|
||||||
|
|
||||||
- name: Generate Changelog
|
- name: Generate Changelog
|
||||||
uses: Bullrich/generate-release-changelog@master
|
uses: Bullrich/generate-release-changelog@master
|
||||||
id: changelog
|
id: changelog
|
||||||
env:
|
env:
|
||||||
REPO: ${{ github.repository }}
|
REPO: ${{ github.repository }}
|
||||||
|
with:
|
||||||
|
from-tag: ${{ steps.previoustag.outputs.tag }}
|
||||||
|
to-tag: HEAD
|
||||||
|
|
||||||
|
|
||||||
- name: Take a gander at versions.txt to get updated information
|
- name: Take a gander at versions.txt to get updated information
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user