Skip to content

Commit

Permalink
Merge pull request #1 from BiQ/bdq_contributions
Browse files Browse the repository at this point in the history
Bdq contributions
  • Loading branch information
lobner committed Oct 7, 2022
2 parents 1ffbb2e + f60e1c5 commit 68e1ce2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion entrypoint.sh 100755 → 100644
Expand Up @@ -20,6 +20,9 @@ patch_string_token=${PATCH_STRING_TOKEN:-#patch}
none_string_token=${NONE_STRING_TOKEN:-#none}
# since https://github.blog/2022-04-12-git-security-vulnerability-announced/ runner uses?
git config --global --add safe.directory /github/workspace
git config --global user.email "support@bdq.dk"
git config --global user.name "github-tag-action"


cd "${GITHUB_WORKSPACE}/${source}" || exit 1

Expand Down Expand Up @@ -194,7 +197,7 @@ then
fi

# create local git tag
git tag "$new"
git tag --annotate --message="Automatically bumped by github-tag-action" "$new"

# push new tag ref to github
dt=$(date '+%Y-%m-%dT%H:%M:%SZ')
Expand Down

0 comments on commit 68e1ce2

Please sign in to comment.