diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 8488348..52c908f 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -131,8 +131,6 @@ jobs: - name: Get next version id: get_next_version uses: thenativeweb/get-next-version@main - with: - prefix: 'V' - name: Show the next version run: | echo ${{ steps.get_next_version.outputs.version }}