Skip to content

Commit b71d7f2

Browse files
committed
fixup! release.yml: create release pipeline
1 parent 728cce0 commit b71d7f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
# Check prerequisites for the workflow
1010
prereqs:
11+
name: Prerequisites
1112
runs-on: ubuntu-latest
1213
outputs:
1314
tag_name: ${{ steps.tag.outputs.name }} # The full name of the tag, e.g. v1.0.0

0 commit comments

Comments
 (0)