mirror of https://github.com/statping/statping
more typos
parent
2857a10f54
commit
9137e8f85d
|
@ -34,7 +34,7 @@ jobs:
|
||||||
echo "is_release=false" >> $GITHUB_OUTPUT
|
echo "is_release=false" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
# this will be v1.2.3 for on-tag builds and v1.2.3-numberofcommits-sha for off-tag builds
|
# this will be v1.2.3 for on-tag builds and v1.2.3-numberofcommits-sha for off-tag builds
|
||||||
echo "version=$LAST_TAG" >> $GITHUB_OUTPUT
|
echo "version=$TAG" >> $GITHUB_OUTPUT
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: show data results
|
- name: show data results
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue