Skip to content

Commit 225aa57

Browse files
committed
Fix compile (tag problem
1 parent 49f82ad commit 225aa57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-3.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
replacesArtifacts: false
6666

6767
env:
68-
tag: build-ver3.x-${{ github.ref_name }}-${{ github.run_number }}
68+
tag: build-ver3.x-${{ github.run_number }}
6969
project_id_b: Skyllia
7070
commit_id: ${{ github.sha }}
7171
commit_msg: ${{ github.event.head_commit.message }}

0 commit comments

Comments
 (0)