Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed May 11, 2024
2 parents dabc50d + e9e39fb commit 25e6fae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: release-please
jobs:
release-please:
name : releasePlz
if : ${{ startsWith(github.event.head_commit.message, 'chore:') || startsWith(github.event.head_commit.message, 'Merge pull request')}}
if : ${{ startsWith(github.event.head_commit.message, 'chore:') || (startsWith(github.event.head_commit.message, 'Merge pull request') && endsWith(github.event.head_commit.message, 'release-please-action'))}}
runs-on: ubuntu-latest
outputs:
released: ${{ steps.rp.outputs.releases_created }}
Expand Down
3 changes: 3 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
files:
- source: ActionTimelineEx/Localization/Localization.json
translation: /%original_path%/%two_letters_code%.json

0 comments on commit 25e6fae

Please sign in to comment.