Skip to content

Commit 4e52f25

Browse files
build: change workflow.
1 parent e205095 commit 4e52f25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Checkout
4949
uses: actions/checkout@v4
5050
with:
51-
ref: ${{ github.ref }}
51+
ref: ${{ github.ref_name }}
5252
- name: Prepare
5353
id: prepare
5454
run: |
@@ -104,7 +104,7 @@ jobs:
104104
- name: Checkout
105105
uses: actions/checkout@v4
106106
with:
107-
ref: ${{ github.ref }}
107+
ref: ${{ github.ref_name }}
108108
- name: Prepare
109109
id: prepare
110110
run: |

0 commit comments

Comments
 (0)