From d10b7be98a2f863717ec3c596661a539852f8c00 Mon Sep 17 00:00:00 2001 From: Julian Kahnert Date: Fri, 24 Jan 2020 20:53:27 +0100 Subject: [PATCH] switch back to old release workflow --- .github/workflows/release.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd97cc5..73c8650 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,8 @@ name: GitHub Release on: push: - branches: - - master + tags: + - '*' jobs: build: @@ -11,13 +11,6 @@ jobs: 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: