We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41260c commit 2182e26Copy full SHA for 2182e26
1 file changed
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Get next version
50
id: get_next_version
51
- uses: thenativeweb/get-next-version@2.7.1
+ uses: thenativeweb/get-next-version@2.7.2
52
- name: Create new version
53
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
54
run: |
0 commit comments