Skip to content

Commit

Permalink
Remove warnings due to plugin adding a 'v' suffix to version
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemhall committed Mar 17, 2021
1 parent f4df8b0 commit 95da4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
id: kpz
uses: "bywatersolutions/github-action-koha-plugin-create-kpz@master"
with:
release-version: ${{ steps.semvers.outputs.v_patch }}
release-version: ${{ steps.semvers.outputs.patch }}
release-name: ${{ steps.myvars.outputs.GITHUB_REPO }}
minimum-version: ${{ steps.koha-version-oldstable.outputs.version-major-minor }}
plugin-module: Koha/Plugin/Com/ByWaterSolutions/TwilioVoice.pm
Expand Down

0 comments on commit 95da4c2

Please sign in to comment.