Skip to content

Commit

Permalink
Merge pull request #159 from robotools/GitHub-release
Browse files Browse the repository at this point in the history
Update publish.yml
  • Loading branch information
typesupply authored Jun 13, 2022
2 parents 1806c05 + 4d3735c commit 1887737
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ on:
- "v*"

jobs:
create_release:
name: Create GitHub Release
runs-on: ubuntu-latest
steps:
- name: Create release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: false
prerelease: true

deploy:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1887737

Please sign in to comment.