Skip to content

Commit 199d695

Browse files
authored
Add release action (#20)
* Add release action * Fix script name * syntax
1 parent 03ac282 commit 199d695

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Update release db
2+
on:
3+
release:
4+
types: [released]
5+
6+
jobs:
7+
update:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Update metadata
11+
run: |
12+
./scripts/update-release-metadata.py sigsci-module-golang ${{ github.ref }}

0 commit comments

Comments
 (0)