Skip to content

Commit f43fa30

Browse files
authored
PLATKAN-1056 Update build-publish.yml
1 parent c738f28 commit f43fa30

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
@@ -46,8 +46,7 @@ jobs:
4646
path: ./common-actions
4747
token: ${{ secrets.GH_PAT_MACHINE_PARSABLE }}
4848
ref: v1.0.1
49-
- name: Release
50-
uses: ./common-actions/release-with-changelog
51-
with:
52-
token: ${{ secrets.GITHUB_TOKEN }}
53-
tag: ${{ steps.tag.outputs.new_tag }}
49+
- name: Create release
50+
env:
51+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52+
run: gh release create -t "${{ steps.tag.outputs.new_tag }}" --generate-notes "${{ steps.tag.outputs.new_tag }}"

0 commit comments

Comments
 (0)