Skip to content

Commit

Permalink
.github/workflows/production.yml: fix for another auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
g3rhard committed Apr 21, 2024
1 parent ce50547 commit 7138a1d
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,13 @@ jobs:
tags: ${{ github.repository }}:${{ env.DATE }}-${{ github.ref_name }}
platforms: linux/amd64,linux/arm64

- name: Create Release
uses: actions/create-release@v1
- name: Create a Release
uses: elgohr/Github-Release-Action@v5
if: success()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref_name }}-${{ env.DATE }}
release_name: Release ${{ github.ref_name }}-${{ env.DATE }}
draft: false
prerelease: false
generate_release_notes: true
title: "Release ${{ env.DATE }}-${{ github.ref_name }}"

- name: Send Discord notification
uses: sarisia/actions-status-discord@6712a17f7d0531d44cd42ca2a878b0bdfd07b62a # v1
Expand Down

0 comments on commit 7138a1d

Please sign in to comment.