Skip to content

Commit

Permalink
Hardcode release
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashdoughty committed Nov 9, 2019
1 parent ec4dfe8 commit bd0a87d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ jobs:
- name: Checkout code
uses: actions/checkout@v1

- name: Create Release
id: create_release
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v1.0.5
release_name: v1.0.5
draft: false
prerelease: false

- name: Upload Release Asset
id: upload-release-asset
Expand Down

0 comments on commit bd0a87d

Please sign in to comment.