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 98573e2 commit f1ba455Copy full SHA for f1ba455
.github/workflows/CI.yml
@@ -48,7 +48,7 @@ jobs:
48
run: "make test"
49
50
create-release:
51
- name: deploy
+ name: Deploy
52
needs: [test]
53
if: startsWith(github.ref, 'refs/tags/')
54
runs-on: ubuntu-latest
0 commit comments