Skip to content

Commit a195975

Browse files
authored
Fix version (#4)
1 parent e899c54 commit a195975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fc-kernels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Get next version
3535
id: get-version
3636
run: |
37-
version=v0.0.0
37+
version=${{ steps.last_release.outputs.tag_name }}
3838
result=$(echo ${version} | awk -F. -v OFS=. '{$NF += 1 ; print}')
3939
echo "version=$result" >> $GITHUB_OUTPUT
4040

0 commit comments

Comments
 (0)