Releases: MukuFlash03/e-mission-server
Releases · MukuFlash03/e-mission-server
Fixed typo in response var name
v0.4.5 Fixed typo in response var name
Added create and push tag and create release
v0.4.4 Added create and push tag and create release
Changing event_name check from push to release
v0.4.3 Changing event_name check from push to release
Using event.release.target_commitish for target branch
Can use this. Or can set it to use the default branch always since the releases would only be triggered on changes to master branch.
Test commit to trigger workflow dispatch
v0.4.1 Test commit to trigger workflow dispatch
Using existing tags sort approach
Using git describe requires command to run in the repository whose tags we need. Since workflow dispatch would run in dashboard repos, cannot get server tags. Using GitHub REST API seems best option.
Added missing quote
v0.3.19 Added missing quote
Removed 2nd latest tag
v0.3.18 Removed 2nd latest tag
Multiline comments syntax error fix
v0.3.17 Multiline comments syntax error fix
Added fetch-depth during actions/checkout
v0.3.16 Added fetch-depth during actions/checkout