Skip to content

Instantly share code, notes, and snippets.

@eshepelyuk
Created October 26, 2021 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eshepelyuk/a5aeaed9c4a10676010847d03d2f4d1f to your computer and use it in GitHub Desktop.
Save eshepelyuk/a5aeaed9c4a10676010847d03d2f4d1f to your computer and use it in GitHub Desktop.
.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/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment