Skip to content

Commit 98600f4

Browse files
Try softprops/action-gh-release@v2 for GH releases
1 parent 568162b commit 98600f4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/reusable-release-workflow.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -326,13 +326,11 @@ jobs:
326326
run: ls -lha ./artifacts
327327
- name: Create a GitHub release
328328
id: create_gh_release
329-
uses: "marvinpinto/action-automatic-releases@latest"
330-
env:
331-
GITHUB_TOKEN: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}
329+
uses: softprops/action-gh-release@v2
332330
with:
333-
repo_token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}
334-
automatic_release_tag: v${{ env.FULL_VERSION }}
335-
title: RabbitMQ ${{ env.FULL_VERSION }}
336-
draft: false
331+
token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}
332+
repository: rabbitmq/server-packages
333+
tag_name: v${{ env.FULL_VERSION }}
334+
name: RabbitMQ ${{ env.FULL_VERSION }}
337335
prerelease: ${{ inputs.prerelease == true || inputs.prerelease == 'true' }}
338336
files: ./artifacts/*

0 commit comments

Comments
 (0)