Skip to content

Commit 3f86dec

Browse files
committed
fix build version
1 parent d8c89d1 commit 3f86dec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
id: version
144144
run: |
145145
cd $GITHUB_WORKSPACE/josm/plugins/${{ inputs.plugin-directory }}
146-
if [ $GITHUB_REF_TYPE == "tag" ]; then
146+
if [ $GITHUB_REF_TYPE != "tag" ]; then
147147
version=$GITHUB_REF_NAME
148148
else
149149
version="$(git describe --tags --always --dirty --broken)"

0 commit comments

Comments
 (0)