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 960ce38 commit b1d1c96Copy full SHA for b1d1c96
.github/workflows/publish-to-jitpack.yml
@@ -0,0 +1,11 @@
1
+on:
2
+ release:
3
+ types: [published]
4
+
5
+jobs:
6
+ build:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: badasintended/autojitpack@v1
10
+ with:
11
+ version: ${{ github.event.release.tag_name }}
0 commit comments