Skip to content

Commit 419ba9d

Browse files
authored
Create release.yml
1 parent 23ee7d1 commit 419ba9d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/release.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Release publish
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v2
12+
13+
- name: pkg.go.dev push
14+
run: curl https://proxy.golang.org/github.com/dewep-online/goppy/@latest

0 commit comments

Comments
 (0)