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 910cb8b commit a62c15e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/keyfactor-starter-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
IS_HOTFIX: ${{ steps.set-outputs.outputs.IS_HOTFIX }}
LATEST_TAG: ${{ steps.set-outputs.outputs.LATEST_TAG }}


steps:
- name: Check out the code
uses: actions/checkout@v3
Expand Down Expand Up @@ -142,7 +141,7 @@ jobs:
run: |
echo "MANUAL_VERSION=v${{ steps.set-semver-info.outputs.new_version }}" > "$GITHUB_ENV"
- run: |
echo "Next version: v${{ env.MANUAL_VERSION }}" | tee -a "$GITHUB_STEP_SUMMARY"
echo "Next version: ${{ env.MANUAL_VERSION }}" | tee -a "$GITHUB_STEP_SUMMARY"
- name: Get Package Version
id: get-pkg-version
Expand All @@ -161,6 +160,7 @@ 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 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 a62c15e

Please sign in to comment.