Add runs-on to publish

pull/4/head
cidrblock 2020-10-13 09:01:43 -07:00
parent ac041e21a0
commit 701299c3fe
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ on:
jobs:
publish:
name: Publish to galaxy
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
@ -23,7 +24,7 @@ jobs:
env:
VERSION: ${{ github.event.release.tag_name }}
run: |
sed 's/{{ version }}/'$VERSION'/' galaxy.yml
sed 's/0.0.0/'$VERSION'/' galaxy.yml
cat galaxy.yml
# - name: Build and publish