github prathameshkhade/SysAdmin v1.0.28
SysAdmin v1.0.28

latest releases: v1.1.1, v1.1.0, v1.0.32...
4 months ago

fix: Version numbers & assets not uploading

  • Refactored version retrieval to fetch all tags using git fetch --tags --force.
  • Modified version extraction to find the latest tag across all branches using git tag -l | grep "^v[0-9]" | sort -V | tail -n 1.
  • Added logging for latest tag found and new version to be created.
  • Added fetch-tags: true to actions/checkout@v4.
  • Added a step to list downloaded artifacts in the artifacts directory.

Don't miss a new SysAdmin release

NewReleases is sending notifications on new releases.