Created
October 26, 2021 18:41
-
-
Save eshepelyuk/a5aeaed9c4a10676010847d03d2f4d1f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.PHONY: all | |
all: | |
git remote add semantic-release-helm-oci [email protected]: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