Releases: WebFreak001/deploy-nightly
Releases · WebFreak001/deploy-nightly
v3.2.0
v3.1.0
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
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.
- Simply remove the environment variable from the action call if you have it set to
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
andsha
values as well astoken
to one with permissions, if needed
- you can now publish nightlies for other repositories and/or other commits, for this set the
New Contributors
Full Changelog: v2.0.0...v3.0.0
v2.0.0
- 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
What's Changed
- Bump node-fetch from 2.6.0 to 2.6.7 by @dependabot in #10
- Bump @actions/core from 1.1.3 to 1.2.6 by @dependabot in #8
- Add generated asset name to outputs by @kavsingh in #13
New Contributors
- @dependabot made their first contribution in #10
- @kavsingh made their first contribution in #13
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.0.3
- 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
Fixes static filenames crashing because of duplicate filename.
v1.0.1
- fixes the month in the date variable
v1.0.0
fix undefined variable