Skip to content

Commit abea0d1

Browse files
author
Your Name
committed
fix: remove dynamic expression from workflow name
1 parent 6e17156 commit abea0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release ${{ github.ref_name }}
1+
name: Build and Publish Docker Image
22

33
on:
44
push:

0 commit comments

Comments
 (0)