Closed irbekrm closed 4 months ago
we should repoint the v1
tag. That's what I've done with past releases. Changing tags feels terrible, but that's the expectation for github actions like this.
Thanks @willnorris , I'll do that
Changing tags feels terrible
Agree
I've repointed v1
tag at the current latest release (v1.3.0
) and updated this PR to document this approach instead of bumping the version in the example action.
We had a user complain that the example workflow in the Readme, does not pull in the latest version.
In the absence of a mechanism to specify the latest version with the actions syntax (?) I'm just bumping it to v1.3.0 by hand. (Not sure whether this is what we usually do- if we usually retag the main branch to v1, happy to do that and update Readme to document that process in this PR instead)