Skip to content

This GitHub actions is used to perform a release of a project. It will create or re-create a release on GitHub and upload the artifacts to the release. It will also update the latest tag to point to the latest release.

License

shoothzj/latest-release-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

latest-release-action

This GitHub actions is used to perform a release of a project. It will create or re-create a release on GitHub and upload the artifacts to the release. It will also update the latest tag to point to the latest release.

usage

Add following step to your workflow:

- name: Release
  uses: shoothzj/latest-release-action@v1
  with:
    tag_name: latest #(optional) default: latest
    release_name: latest #(optional) default: latest
    files: file1,file2
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

About

This GitHub actions is used to perform a release of a project. It will create or re-create a release on GitHub and upload the artifacts to the release. It will also update the latest tag to point to the latest release.

Resources

License

Stars

Watchers

Forks

Packages

No packages published