Skip to content

Commit b1d770f

Browse files
committed
CI/CD
1 parent 1404916 commit b1d770f

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,10 @@ jobs:
8181
run: dotnet publish --runtime linux-x64 -o Publish LDTTeam.Authentication.Server && zip -r "${{ steps.tag_version.outputs.new_tag }}-release.zip" Publish
8282

8383
- name: Release
84-
uses: softprops/action-gh-release@v1
85-
if: startsWith(github.ref, 'refs/tags/')
84+
uses: marvinpinto/action-automatic-releases@latest
8685
with:
8786
files: ${{ steps.tag_version.outputs.new_tag }}-release.zip
88-
env:
89-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
87+
automatic_release_tag: "latest"
88+
title: "Release Build"
89+
prerelease: false
90+
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)