Skip to content

Release v1.0.0 - "Stable and Feature-Packed"

Latest
Compare
Choose a tag to compare
@shashperera shashperera released this 04 Feb 13:22
· 31 commits to master since this release

Update release workflow.
In this workflow:

  • actions/setup-node is used to set up Node.js, which is required for installing the GitHub CLI (gh).
  • npm install -g gh installs the GitHub CLI.
  • gh release create is used to create a release, where ${{ github.ref }} is the tag name, and ./path/to/release-asset.zip is the path to your release asset.