Skip to content

Fixed bug with production tags #5

Fixed bug with production tags

Fixed bug with production tags #5

Workflow file for this run

---
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