GitHub Action
easyware-io/update-release
An Action to update releases via the GitHub Release API
- name: update release
uses: easyware-io/update-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
release_id: 1
GitHub token
ID of the release (not release name!).`
Optional. New name for the release
Optional. New tag name for the release.
Optional. Text describing the contents of the release. Not needed if using body_path
.
Optional. A file with contents describing the release. Not needed if using body
.
Optional. true
to update to draft (unpublished) release, false
to publish the release.
Optional. true
to identify the release as a prerelease. false
to identify the release as a full release.
Optional. Owner of the repository. Defaults to current owner.
Optional. Name of the repository. Defaults to current repo.
Optional. Action fails if release is not found. Defaults to false.
ID of the release
Name of the release
Tag name of the release
Body of the release
Whether the release is a draft
Whether the release is a prerelease
Creation date of the release
Publication date of the release
URL of the release
HTML URL of the release
URL of the release assets
URL for uploading assets to the release
URL of the release tarball
URL of the release zipball
Node ID of the release
Login of the release author
ID of the release author
Node ID of the release author
Avatar URL of the release author
HTML URL of the release author
URL of the followers of the release author
URL of the users followed by the release author
URL of the gists created by the release author
URL of the repositories starred by the release author
URL of the subscriptions of the release author
URL of the organizations the release author belongs to
URL of the repositories owned by the release author
URL of the events performed by the release author
URL of the events received by the release author
Type of the release author
Whether the release author is a site admin