Skip to content

Commit 7a2b402

Browse files
Try and get tag name to work
1 parent 25dc039 commit 7a2b402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-stable-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
2222
-H "X-GitHub-Api-Version: 2022-11-28" \
2323
"https://api.github.com/repos/matthewrfennell/Monal/releases" \
24-
-d '{"tag_name":"v1.0.0","target_commitish":"master","name":"v1.0.0","body":"Description of the release","draft":false,"prerelease":false,"generate_release_notes":false}'
24+
-d '{"tag_name":"1.0.0"}'
2525
- name: Promote draft release to live release
2626
run: |
2727
echo "ID: ${{ needs.extractChangelog.outputs.release-id }}"

0 commit comments

Comments
 (0)