mirror of
https://github.com/fjogeleit/http-request-action.git
synced 2026-02-05 00:55:52 +08:00
540 B
540 B
Release
Create release
Do not manually draft a release.
To start a release, create a release tag at the commit you want using the commands below.
git tag -a "v1.2.3" -m "v1.2.3"
git push origin "v1.2.3"
Publish GitHub Action to the marketplace
- Go to the Releases page and select the latest release that was just created.
- Select "Edit" button.
- Select "Publish this Action to the GitHub Marketplace" checkbox.
- Select "Update release" button.