Merge pull request #2 from cidrblock/ci_release

Add runs-on to publish
pull/3/head 0.0.02
Bradley A. Thornton 2020-10-13 09:08:34 -07:00 committed by GitHub
commit 31d89a89e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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