Skip to content

Commit

Permalink
hotfix into workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KostLinux committed May 3, 2024
1 parent 887cc14 commit 594b20c
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,18 @@
---
name: "Release"

on:
push:
tags:
- "v[0-9].[0-9].[0-9][0-9]-*"
- "v[0-9].[0-9].[0-9][0-9]"

push:
tags:
- "v[0-9]+\\.[0-9]+\\.[0-9]+-*"
- "v[0-9]+\\.[0-9]+\\.[0-9]+"
jobs:
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-latest"

steps:
# ...
- name: "Build & test"
run: |
echo "done!"
- uses: "marvinpinto/action-automatic-releases@latest"
if: contains(github.ref, '-')
with:
title: "GoBlitz ${{ github.ref }}"
repo_token: "${{ secrets.API_TOKEN }}"
prerelease: true

- uses: "marvinpinto/action-automatic-releases@latest"
if: contains(github.ref, '-')
with:
title: "GoBlitz ${{ github.ref }}"
repo_token: "${{ secrets.API_TOKEN }}"
Expand Down

0 comments on commit 594b20c

Please sign in to comment.