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 07f7bd2 commit b896273Copy full SHA for b896273
.github/workflows/create_release.yml
@@ -0,0 +1,11 @@
1
+name: Create Release
2
+on:
3
+ push:
4
+ branches:
5
+ - "main"
6
+
7
+jobs:
8
+ create_release:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - run: cargo run
0 commit comments