Update release.yml

This commit is contained in:
vorotamoroz
2022-08-29 16:50:53 +09:00
committed by GitHub
parent 0e300a0a6b
commit 6db0743096

View File

@@ -22,7 +22,7 @@ jobs:
- name: Get Version - name: Get Version
id: version id: version
run: | run: |
echo "::set-output name=tag::$(git describe --abbrev=0)" echo "::set-output name=tag::$(git describe --abbrev=0 --tags)"
# Build the plugin # Build the plugin
- name: Build - name: Build
id: build id: build