We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2a5fd commit 68cfa2eCopy full SHA for 68cfa2e
.github/workflows/release.yml
@@ -0,0 +1,11 @@
1
+name: Release
2
+
3
+on:
4
+ push:
5
+ branches: [main]
6
7
+jobs:
8
+ release:
9
+ uses: Taure/erlang-ci/.github/workflows/release.yml@v1
10
+ permissions:
11
+ contents: write
0 commit comments