Skip to content

Commit

Permalink
Try and get tag name to work
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrfennell committed Jan 21, 2025
1 parent 25dc039 commit 7a2b402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-stable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
"https://api.github.com/repos/matthewrfennell/Monal/releases" \
-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}'
-d '{"tag_name":"1.0.0"}'
- name: Promote draft release to live release
run: |
echo "ID: ${{ needs.extractChangelog.outputs.release-id }}"
Expand Down

0 comments on commit 7a2b402

Please sign in to comment.