You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not clear how to use the input to define a tagged release.
For example, assume my github action fires on commit of a new tag to create a new release with assets named inline with the tag number e.g. foo_$tagNumber_darwin_amd64.tar.gz.
Its not quite clear, at least to me, how to integrate attest with this sort of dynamic naming.
The text was updated successfully, but these errors were encountered:
When specifying the value for the subject-path input parameter you can use any sort of GitHub Action-supported expression. If the name of the tag is present in an environment variable you could do something like:
Thank you for your work on this.
It is not clear how to use the input to define a tagged release.
For example, assume my github action fires on commit of a new tag to create a new release with assets named inline with the tag number e.g.
foo_$tagNumber_darwin_amd64.tar.gz
.Its not quite clear, at least to me, how to integrate
attest
with this sort of dynamic naming.The text was updated successfully, but these errors were encountered: