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 595f868 commit a7c8554Copy full SHA for a7c8554
.github/workflows/Release.yml
@@ -39,10 +39,10 @@ jobs:
39
40
# version publish steps are managed by cocogitto, see `cog.toml`
41
# and https://github.com/oknozor/cocogitto-action for more info
42
- - uses: cocogitto/cocogitto-action@v3
+ - uses: cocogitto/cocogitto-action@v3.5
43
id: release
44
with:
45
- check-latest-tag-only: true
+ # check-latest-tag-only: true
46
release: true
47
git-user: github-actions
48
git-user-email: [email protected]
0 commit comments