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 a62c15e commit 0a85b35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/keyfactor-starter-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@ jobs:
echo "Updating version in version.go"
sed -i "s/const VERSION = .*/const VERSION = \"${{ env.MANUAL_VERSION }}\"/" pkg/version/version.go
cat pkg/version/version.go
git checkout -b ${{ env.PR_BASE_REF }}
git branch
git checkout -b ${{ env.GITHUB_BASE_REF }}
git pull origin ${{ env.GITHUB_BASE_REF }}
git add pkg/version/version.go
git config --global user.email "${{ env.AUTHOR_EMAIL }}"
git config --global user.name "${{ env.AUTHOR_NAME }}"
Expand Down

0 comments on commit 0a85b35

Please sign in to comment.