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 f7ecabc commit 5d2969c
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-employee/employee-service/_VER_/employee-service-_VER_.jar"
Expand Down

0 comments on commit 5d2969c

Please sign in to comment.