Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
spbsoluble committed Dec 6, 2023
1 parent e126855 commit c3cd016
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/keyfactor-starter-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ jobs:
sed -i "s/const VERSION = .*/const VERSION = \"${{ env.MANUAL_VERSION }}\"/" pkg/version/version.go
cat pkg/version/version.go
git remote -v
echo "Checking out ${{ env.PR_BASE_REF }}"
echo "git checkout -b ${{ env.GITHUB_REF }}"
echo "git checkout -b ${{ env.GITHUB_HEAD_REF }}"
printenv
git checkout -b ${{ env.GITHUB_HEAD_REF }}
git add pkg/version/version.go
git config --global user.email "${{ env.AUTHOR_EMAIL }}"
Expand Down

0 comments on commit c3cd016

Please sign in to comment.