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.
2 parents c179a1a + 084c26c commit 0eb95faCopy full SHA for 0eb95fa
.github/workflows/main-on-merge.yaml
@@ -73,7 +73,7 @@ jobs:
73
- name: "Check Release Exists"
74
id: check_exists
75
run: |
76
- echo "##[set-output name=found;]$(git tag | grep $RELEASE)
+ echo "##[set-output name=found;]$(git tag | grep $RELEASE)";
77
env:
78
RELEASE: v${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.version.outputs.patch }}
79
README.md
@@ -1,5 +1,5 @@
1
---
2
-Version: 1.6.3
+Version: 1.6.4
3
4
5
<img align="right" width="100" height="140" src="https://github.com/devlinjunker/template.github.semver/raw/develop/img/logo-small.png" alt="semver template logo">
0 commit comments