Skip to content

Commit

Permalink
Update changelog.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Babichev <maksim.babichev95@gmail.com>
  • Loading branch information
rez1dent3 committed Jan 23, 2024
1 parent 22affc2 commit f6a47a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
git_committer_email: bot@babichev.net

- name: Check if branch and release match
if: ${{ steps.check_files.outputs.files_exists == 'true' && github.event.release.target_commitish != 'main' && github.event.release.target_commitish != 'master' && github.event.release.target_commitish != 'latest' }}
if: ${{ steps.check_files.outputs.files_exists == 'true' }}
id: guard
run: |
NUMERIC_VERSION="${RELEASE_TAG_NAME#v}"
Expand Down

0 comments on commit f6a47a5

Please sign in to comment.