|
@@ -69,6 +69,6 @@ jobs:
|
|
|
|
|
|
- name: Create/update release and tag
|
|
- name: Create/update release and tag
|
|
run: |
|
|
run: |
|
|
- gh release create ${{ github.event.inputs.version }} --target ${{ steps.extract_hash.outputs.hash }} --notes "Release created using Github Workflows"
|
|
|
|
|
|
+ gh release create ${{ github.event.inputs.version }} --target ${{ steps.extract_hash.outputs.hash }} --title ${{ github.event.inputs.version }}
|
|
env:
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|