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 33a94fc commit 7fbc7fcCopy full SHA for 7fbc7fc
dev/publish-github
@@ -56,8 +56,6 @@ version=$(dasel select -r toml -w - -s ".workspace.package.version" -f "Cargo.to
56
release_type=$("${THIS_DIR}/lib/semver" get prerel "${version}" | cut -d '.' -f 1)
57
prerelease_flag=${release_type:+--prerelease}
58
59
-gh auth login
60
-
61
# shellcheck disable=SC2086
62
# Create a release.
63
# We send release notes to stdin here.
0 commit comments