Skip to content

Commit

Permalink
entrypoint: omg
Browse files Browse the repository at this point in the history
  • Loading branch information
remorses committed Aug 15, 2019
1 parent af3b716 commit bcb3476
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 @@ -39,4 +39,4 @@ 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 show-ref
git push --tags "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" refs/heads/master
git push --tags "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"

0 comments on commit bcb3476

Please sign in to comment.