We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c738f28 commit f43fa30Copy full SHA for f43fa30
.github/workflows/build-publish.yml
@@ -46,8 +46,7 @@ jobs:
46
path: ./common-actions
47
token: ${{ secrets.GH_PAT_MACHINE_PARSABLE }}
48
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 }}
+ - name: Create release
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: gh release create -t "${{ steps.tag.outputs.new_tag }}" --generate-notes "${{ steps.tag.outputs.new_tag }}"
0 commit comments