Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
spbsoluble committed Dec 7, 2023
1 parent f219d76 commit 79a8248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/keyfactor-starter-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AUTHOR_NAME: 'Keyfactor'
AUTHOR_EMAIL: '[email protected]'
UPDATE_VERSION: ${{ steps.set_version.outputs.update_version }}
UPDATE_VERSION: ${{ steps.check_version.outputs.update_version }}
run: |
if [ "${{ env.CURRENT_PKG_VERSION }}" != "${{ env.MANUAL_VERSION }}" ]; then
echo "Updating version in version.go"
Expand Down

0 comments on commit 79a8248

Please sign in to comment.