Skip to content

Commit

Permalink
Fix missed "v" in version string
Browse files Browse the repository at this point in the history
  • Loading branch information
fishinitself committed Oct 6, 2023
1 parent 9c39de4 commit b286091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-and-register.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
uses: octopusden/octopus-base/.github/workflows/common-check-and-register-release.yml@2.1.7
uses: octopusden/octopus-base/.github/workflows/common-check-and-register-release.yml@v2.1.7
if: "${{ github.event.workflow_run.conclusion == 'success' }}"
with:
artifact-pattern: "octopus/releng/releng-lib/_VER_/releng-lib-_VER_.jar"
Expand Down

0 comments on commit b286091

Please sign in to comment.