Skip to content

hezhangjian/latest-release-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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

 
 
 

Contributors