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 e899c54 commit a195975Copy full SHA for a195975
.github/workflows/fc-kernels.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Get next version
35
id: get-version
36
run: |
37
- version=v0.0.0
+ version=${{ steps.last_release.outputs.tag_name }}
38
result=$(echo ${version} | awk -F. -v OFS=. '{$NF += 1 ; print}')
39
echo "version=$result" >> $GITHUB_OUTPUT
40
0 commit comments