We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55478e7 commit 663b31eCopy full SHA for 663b31e
1 file changed
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
composer qa
33
- name: Get next version
34
id: get_next_version
35
- uses: thenativeweb/get-next-version@2.6.3
+ uses: thenativeweb/get-next-version@2.7.1
36
- name: Create new version
37
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
38
run: |
0 commit comments