Skip to content

Commit

Permalink
entrypoint: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
remorses committed Aug 15, 2019
1 parent bbfa496 commit 63fb4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ export VERSION=`cat $GITHUB_VERSION_FILE`
git add -A
git commit -m "${GITHUB_PREFIX} ${VERSION}" -m "[skip ci]"
[ -n "$GITHUB_PREFIX" ] && (git tag -a "${GITHUB_PREFIX}_${VERSION}" -m "[skip ci]") || (git tag -a "${VERSION}" -m "[skip ci]")
git push --tags "https://{GITHUB_TOKEN}:x-oauth-basic@github.com/${GITHUB_REPOSITORY}.git" HEAD
git push --tags "https://${GITHUB_TOKEN}:x-oauth-basic@github.com/${GITHUB_REPOSITORY}.git" HEAD

0 comments on commit 63fb4b0

Please sign in to comment.