diff --git a/.github/assets/hero.png b/.github/assets/hero.png index b230075..b6248ae 100644 Binary files a/.github/assets/hero.png and b/.github/assets/hero.png differ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 020b7c3..b164433 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -170,6 +170,10 @@ jobs: run: | echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc + # Configure git to use HTTPS instead of SSH + git config --global url."https://github.com/".insteadOf "ssh://git@github.com/" + git config --global url."https://github.com/".insteadOf "git@github.com:" + # Set version from git tag VERSION="${GITHUB_REF_NAME#v}"