Skip to content

Commit

Permalink
Add label updating file
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Dec 18, 2023
1 parent 416bfc5 commit d00a25c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Master updated
name: Build CI release

on:
push:
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/label_update.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Master updated
name: Update missing labels

on:
push:
branches:
- 'master'

jobs:
release:
update-labels:
runs-on: ubuntu-latest
steps:
- name: Setup Java
Expand All @@ -28,5 +28,8 @@ jobs:
chmod +x gradlew
chmod +x build-install.sh
./gradlew -Dnightly=true -Dversionsuffix=CI-UNSTABLE labelcheck
echo "Going up"
cd ../..
cp main/Quelea/dist/missinglabels.js doc/repo/lang/
echo "Copying"
cp main/Quelea/dist/missinglabels.js doc/repo/lang/
echo "Done"

0 comments on commit d00a25c

Please sign in to comment.