From 6295e68da0b3794827a9e22d96f118ba052b56fc Mon Sep 17 00:00:00 2001 From: Thomas Judd-Cooper Date: Tue, 20 Jun 2023 21:41:53 +0100 Subject: [PATCH] Add Publish Step --- .github/workflows/release.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9f85655..f87d906 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -57,4 +57,11 @@ jobs: - name: Display structure of downloaded files run: ls -R - \ No newline at end of file + + - name: Publish Release + uses: "marvinpinto/action-automatic-releases@v1.2.1" + with: + repo_token: ${{ secrets.GITHUB_TOKEN }} + automatic_release_tag: ${{ inputs.release_version }} + prerelease: ${{ inputs.prerelease }} + files: cloudfront-logs-packages/*.zip \ No newline at end of file