Skip to content

Commit 8ed38c3

Browse files
authored
PLATKAN-1056 Update build-publish.yml
1 parent ed5bb39 commit 8ed38c3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build-publish.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ jobs:
5151
path: ./common-actions
5252
token: ${{ secrets.GH_PAT_MACHINE_PARSABLE }}
5353
ref: v1.0.1
54-
- name: Release
55-
uses: ./common-actions/release-with-changelog
56-
with:
57-
token: ${{ secrets.GITHUB_TOKEN }}
58-
tag: ${{ steps.tag.outputs.new_tag }}
54+
- name: Create release
55+
env:
56+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57+
run: gh release create -t "${{ steps.tag.outputs.new_tag }}" --generate-notes "${{ steps.tag.outputs.new_tag }}"

0 commit comments

Comments
 (0)