We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a138c59 commit 0ee2cedCopy full SHA for 0ee2ced
.github/workflows/update-translations.yml .github/workflows/translations.yml.github/workflows/update-translations.yml renamed to .github/workflows/translations.yml
@@ -6,6 +6,13 @@ on:
6
- master
7
tags-ignore:
8
- '**'
9
+ paths:
10
+ - '**.toc'
11
+ - '**.lua'
12
+ - '**.xml'
13
+ - '.github/workflows/translations.yml'
14
+ - '!locale/'
15
+ workflow_dispatch:
16
17
jobs:
18
upload:
@@ -15,7 +22,7 @@ jobs:
22
uses: actions/checkout@v6
23
24
- name: Upload localizations
- uses: p3lim/curseforge-localizations@v1
25
+ uses: p3lim/curseforge-localizations@v2
19
26
env:
20
27
CF_API_KEY: ${{ secrets.CF_API_KEY }}
21
28
HANDLE_MISSING: DeletePhrase
0 commit comments