Skip to content

Commit

Permalink
Merge branch 'release/0.0.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKahnert committed Jan 24, 2020
2 parents 7dd892d + d10b7be commit e6bed0b
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,15 @@ name: GitHub Release

on:
push:
branches:
- master
tags:
- '*'

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Bump version and push tag
uses: anothrNick/github-tag-action@master
id: tag_bump
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: false
DEFAULT_BUMP: patch
- name: Release
uses: softprops/action-gh-release@v1
env:
Expand Down

0 comments on commit e6bed0b

Please sign in to comment.