Skip to content

Commit 68cfa2e

Browse files
committed
ci: add release workflow
1 parent 8c2a5fd commit 68cfa2e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)