From 40a5d5ebab815befa09639a8adca3975a9d2d06f Mon Sep 17 00:00:00 2001 From: Jett <55758076+Jettford@users.noreply.github.com> Date: Wed, 10 May 2023 11:04:48 +0100 Subject: [PATCH] Update publishing.yml --- .github/workflows/publishing.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index c52f4d3b..db2a4f18 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -56,12 +56,22 @@ jobs: steps: - name: Checkout repository 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 uses: Bullrich/generate-release-changelog@master id: changelog env: REPO: ${{ github.repository }} + with: + from-tag: ${{ steps.previoustag.outputs.tag }} + to-tag: HEAD + - name: Take a gander at versions.txt to get updated information run: |