We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb3aa3f + 589af6e commit 66a814fCopy full SHA for 66a814f
2 files changed
.github/workflows/main-on-merge.yaml
@@ -79,8 +79,8 @@ jobs:
79
80
- name: Create Github Release
81
id: create_release
82
+ if: steps.check_exists.outputs.found == ''
83
uses: actions/create-release@v1
- if: steps.version.check_exists.found == ''
84
env:
85
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
86
with:
README.md
@@ -1,5 +1,5 @@
1
---
2
-Version: 1.6.5
+Version: 1.6.6
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