We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7500cef commit 1f3f8d2Copy full SHA for 1f3f8d2
.github/workflows/create-release.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v2
18
- name: Get version
19
id: package_version
20
- uses: entimaniac/read-pom-version-action@v1.0.0
+ uses: entimaniac/read-pom-version-action@1.0.0
21
outputs:
22
version_tag: v${{ steps.package_version.outputs.version }}
23
check-tag-exists:
0 commit comments