Skip to content
Compare
Choose a tag to compare
@WebFreak001 WebFreak001 released this 27 Oct 11:17
· 5 commits to master since this release

Breaking Changes

  • the GITHUB_TOKEN environment variable will soon no longer be used.
    • Simply remove the environment variable from the action call if you have it set to ${secrets.GITHUB_TOKEN}
    • if you had a custom token, set it with token as action input parameter now (with: block) instead.

What's Changed

  • docs: using latest version in demo code. by @VShawn in #21
  • Add token, repo and sha input by @n-elie in #23 and #25
    • you can now publish nightlies for other repositories and/or other commits, for this set the repo and sha values as well as token to one with permissions, if needed

New Contributors

Full Changelog: v2.0.0...v3.0.0