Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Commit 1d09da2

Browse files
authored
Update build_tag.yml
1 parent 8f3b3c2 commit 1d09da2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
with:
3030
context: src
3131
push: true
32-
tags: ${{ GITHUB_REF }}
33-
labels: ${{ GITHUB_REF }}
32+
tags: ${{ env.GITHUB_REF }}
33+
labels: ${{ env.GITHUB_REF }}

0 commit comments

Comments
 (0)