Skip to content

Commit

Permalink
Fix missed "v" in version string (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
fishinitself authored Oct 6, 2023
1 parent cf2e95a commit fa682ae
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/infrastructure/components-registry-service-core/_VER_/components-registry-service-core-_VER_.jar"
Expand Down

0 comments on commit fa682ae

Please sign in to comment.