Skip to content

Commit 0eb95fa

Browse files
authored
Merge pull request #135 from devlinjunker/patch-1.6.4
patch-1.6.4
2 parents c179a1a + 084c26c commit 0eb95fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main-on-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: "Check Release Exists"
7474
id: check_exists
7575
run: |
76-
echo "##[set-output name=found;]$(git tag | grep $RELEASE)
76+
echo "##[set-output name=found;]$(git tag | grep $RELEASE)";
7777
env:
7878
RELEASE: v${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.version.outputs.patch }}
7979

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Version: 1.6.3
2+
Version: 1.6.4
33
---
44

55
<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

Comments
 (0)