Skip to content

Commit 3bd1a6f

Browse files
committed
fix release PL
1 parent 41da7aa commit 3bd1a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
id: release
6666
uses: softprops/action-gh-release@v1
6767
with:
68-
tag_name: test2
68+
tag_name: ${{ github.ref_name }}
6969
env:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7171

0 commit comments

Comments
 (0)