We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c4f55 commit 2445691Copy full SHA for 2445691
.github/workflows/build.yml
@@ -59,6 +59,6 @@ jobs:
59
if: startsWith(github.ref, 'refs/tags/')
60
with:
61
version: latest
62
- args: release --skip-validate
+ args: release --skip=validate
63
env:
64
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments