pontem-network/Tag Crate Version

Create tag with version of specified crate if it updated.

View on GitHub

Trust Signals

Scorecard Score
Scorecard 0–2scored Jul 6, 2026
Maintenance Recency
Stalelast commit Apr 23, 2022
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: pontem-network/tag-crate-version@4d600cc37aee604c7d1e82fa1ce9c80d680b1a2f # v0.1.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
crateName of crate of interest. Default is root package.no
pwdCurrent working directory.no${{ github.workspace }}
tag-to-versionRegex to determine version from tag.no/v?([0-9]+.[0-9]+.*)/
version-to-tagTemptate for the tag, where `$1` is a placeholder for the version.nov$1
tokenGITHUB_TOKENno
namedescription
crateCrate name.
currentCurrent version of the crate.
previousPrevious version of the crate. Tetermined from previous tag.
tagCurrent tag just created.
successNew tag was pushed successfully.