fix(ci): fix incorrect actions config (#1872)

This commit is contained in:
nils måsén 2023-12-08 11:57:51 +01:00 committed by GitHub
parent 6b57003a53
commit 2d7735fea6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -2,9 +2,7 @@ name: Release (Production)
on:
workflow_dispatch: {}
release:
types:
- created
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- '**/v[0-9]+.[0-9]+.[0-9]+'
@ -59,7 +57,7 @@ jobs:
- lint
env:
CGO_ENABLED: 0
TAG: ${{ github.event.release.tag_name }}
TAG: ${{ github.ref_name }}
steps:
- name: Checkout
uses: actions/checkout@v4