Skip to content

Commit

Permalink
Explore github ref
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashdoughty committed Nov 11, 2019
1 parent 2ac9cf7 commit 577f093
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,15 @@
name: Create Release
name: Upload to release

on:
push:
tags:
- 'v*'
release:
types: created

jobs:
build:
name: Create Release
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@master

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

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

0 comments on commit 577f093

Please sign in to comment.