Skip to content
This repository was archived by the owner on Jun 6, 2022. It is now read-only.

Commit b98bf4e

Browse files
Render tag in build name
1 parent 0989bc6 commit b98bf4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ on:
55
tags:
66
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
77

8-
98
jobs:
109
build:
11-
name: Create Release
10+
name: Create Release ${{ github.ref }}
1211
runs-on: ubuntu-latest
1312
steps:
1413
- name: Checkout code

0 commit comments

Comments
 (0)