Skip to content

Commit 597a82a

Browse files
author
Ben Avrahami
committed
hopefully really fixed
1 parent 4fef86a commit 597a82a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# is-new-version Changelog
2+
## 1.0.3
3+
* hopefully trully fixed incorrect marking of prerelease versions
24
## 1.0.2
35
* Fixed incorrect marking of prerelease versions
46
## 1.0.1

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171
echo "$RELEASE_NOTES" >> $GITHUB_STEP_SUMMARY
7272
7373
- name: detect-prerelease
74-
id: create-release
74+
id: detect-prerelease
7575
shell: bash
7676
if: steps.check-if-tag-exists.outputs.is-new == 'true'
7777
run: |

0 commit comments

Comments
 (0)