Skip to content

Commit

Permalink
Made another fix into github release title
Browse files Browse the repository at this point in the history
  • Loading branch information
KostLinux committed May 3, 2024
1 parent 594b20c commit 6938f44
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
name: "Release"
on:
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:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
title: "GoBlitz ${{ github.ref }}"
repo_token: "${{ secrets.API_TOKEN }}"
prerelease: true
name: "Release"
on:
push:
tags:
- "v[0-9]+\\.[0-9]+\\.[0-9]+-*"
- "v[0-9]+\\.[0-9]+\\.[0-9]+"

jobs:
release:
name: "Release ${{ github.ref_name }}"
runs-on: "ubuntu-latest"
steps:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
title: "GoBlitz ${{ github.ref_name }}"
repo_token: "${{ secrets.API_TOKEN }}"
prerelease: true
draft: true

0 comments on commit 6938f44

Please sign in to comment.