Skip to content

Commit 123dbe5

Browse files
authored
Update maven-publish.yml
1 parent 9162641 commit 123dbe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
password: ${{ secrets.GITHUB_TOKEN }}
3737

3838
- name: Version
39-
run: echo "Version: ${GITHUB_REF##*/}"
39+
run: echo ${GITHUB_REF##*/}
4040

4141
- name: Tag opentesting:latest
4242
run: docker tag opentesting:latest ghcr.io/opentestingapi/opentesting:latest

0 commit comments

Comments
 (0)