Skip to content

Commit

Permalink
chore: update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
newt-sc authored Apr 23, 2020
1 parent eff8f67 commit 25455c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
branches: [ master ]

jobs:
build:
release:
runs-on: ubuntu-latest
if: "startsWith(github.event.head_commit.message, 'release: v')"

steps:
- uses: actions/checkout@v2

- name: Create release
- name: Release
run: |
sh ./scripts/release.sh ${{ secrets.GITHUB_TOKEN }} "${{ github.event.head_commit.message }}"

0 comments on commit 25455c0

Please sign in to comment.