Skip to content

Commit 2bdb550

Browse files
committed
Install python
1 parent b76aa1b commit 2bdb550

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
name: Update release db
22
on:
33
release:
4-
types: [released]
4+
types: [released, edited]
55

66
jobs:
77
update:
88
runs-on: ubuntu-latest
99
steps:
10+
- name: Setup python
11+
uses: actions/setup-python@v2
12+
with:
13+
python-version: 3
1014
- name: Update metadata
1115
run: |
1216
./scripts/update-release-metadata.py sigsci-module-golang ${{ github.ref }}

0 commit comments

Comments
 (0)