We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90561b4 commit 6597720Copy full SHA for 6597720
1 file changed
.github/workflows/publish.yml
@@ -0,0 +1,10 @@
1
+on:
2
+ workflow_dispatch:
3
+
4
+jobs:
5
+ build:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@v4
9
+ with:
10
+ ref: ${{ github.ref }}
0 commit comments