Skip to content

Commit 70a5576

Browse files
author
pseusys
committed
create release section added
1 parent a4edfff commit 70a5576

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/publish.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ jobs:
3434
- name: Generate Monocypher 👾
3535
run: make generate
3636

37+
- name: Create Release 🪅
38+
uses: marvinpinto/[email protected]
39+
with:
40+
repo_token: ${{ secrets.GITHUB_TOKEN }}
41+
prerelease: false
42+
files: |
43+
monocypher_internal
44+
go.mod
45+
LICENCE
46+
monocypher.go
47+
README.md
48+
3749
- name: List Monocypher 📙
3850
env:
3951
GOPROXY: proxy.golang.org

0 commit comments

Comments
 (0)