Skip to content

Releases: WebFreak001/deploy-nightly

v3.1.0

09 Feb 05:48
d147b5d
Compare
Choose a tag to compare

What's Changed

  • Update Version of deploy-nightly in README.md by @fgregg in #27
  • bump to node20
  • fixed outputs metadata in action.yml (functionality should stay the same)

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

27 Oct 11:17
Compare
Choose a tag to compare

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

v2.0.0

22 Nov 16:04
fadb06a
Compare
Choose a tag to compare
  • action now uses node16
  • fixes set-output deprecation
  • The GitHub API dependency has been updated 5 major versions, so if you are experiencing any bugs, feel free to open a GitHub issue. I now added a basic test to the extension, so it should hopefully work everywhere else, as it works in my CI tests here.

Full Changelog: v1.2.0...v2.0.0

v1.2.0

05 Aug 14:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

24 Aug 20:28
c25135b
Compare
Choose a tag to compare

Fixes the old release deletion which was fundamentally broken in v1.0.x

Before it would always delete the newest nightlies instead of the oldest nightlies.

See #6 by @Maxzor

v1.0.3

27 Jan 11:23
Compare
Choose a tag to compare
  • Increases assets handling per release from 30 to 100 (more assets than the first 100 will not be deleted/replaced, open an issue here on GitHub if that's an issue for you) -- #3

v1.0.2

09 Dec 15:00
Compare
Choose a tag to compare

Fixes static filenames crashing because of duplicate filename.

v1.0.1

16 Oct 23:09
3c7e463
Compare
Choose a tag to compare
  • fixes the month in the date variable

v1.0.0

16 Oct 21:53
Compare
Choose a tag to compare
fix undefined variable