mirror of
https://github.com/ncipollo/release-action
synced 2026-09-14 20:13:22 +00:00
Attempt #1 at fixing workflow file
This commit is contained in:
@@ -4,11 +4,10 @@ on:
|
|||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
tags-ignore:
|
|
||||||
- 'v1'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
create_release:
|
create_release:
|
||||||
|
if: github.ref != 'refs/tags/v1'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Create Release
|
name: Create Release
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user