Skip to content

Commit

Permalink
Merge pull request #105 from devlinjunker/patch-1.2.4
Browse files Browse the repository at this point in the history
patch-1.2.4
  • Loading branch information
devlinjunker authored Apr 5, 2021
2 parents 73ee67a + e135d5f commit 99923ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/release-on-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,15 @@ jobs:
env:
CHANGELOG_PREFIX_LIST: "feature|feat|fix|bugfix|bug"

- name: Check Create Release
id: check_release
run: |
echo "##[set-output name=found;]$(git log | grep ${GITHUB_REF##*/})
- name: Create Github Release
id: create_release
uses: actions/create-release@v1
if: git log | grep ${GITHUB_REF##*/}
if: ${{ steps.check_release.outputs.found == "" }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
Version: 1.2.3
Version: 1.2.4
---

<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">
Expand Down

0 comments on commit 99923ce

Please sign in to comment.