Skip to content

Instantly share code, notes, and snippets.

View eshepelyuk's full-sized avatar

Ievgenii Shepeliuk eshepelyuk

View GitHub Profile
.PHONY: all
all:
git remote add semantic-release-helm-oci git@github.com:eshepelyuk/semantic-release-helm-oci.git 2>/dev/null || true
git fetch -n --depth=1 -q semantic-release-helm-oci main
git restore -s semantic-release-helm-oci/main -- package.json .github/workflows/*