We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aab4a7 commit 6be1fd3Copy full SHA for 6be1fd3
README.md
@@ -44,8 +44,8 @@ You can also chain this job with your unittests to only trigger release if tests
44
* `parse-changelog`: If `true`, extract GitHub release notes from the `CHANGELOG.md` (assuming [keep a changelog
45
](https://keepachangelog.com/) format)
46
* `pkg-name` (Optional): Package name (auto-detected).
47
-* `git-ref` (Optional): Git ref (e.g. SHA or tag). If `skip`, the repository is
48
- not checked out.
+* `git-ref` (Optional): Git ref (e.g. SHA or tag). If `git-ref: skip`, the repository is
+ not checked out (this can be used to manually checkout and update the repo before publishing).
49
50
## Outputs
51
0 commit comments