Skip to content

Commit 753ff81

Browse files
committed
Publish via Github Actions?
1 parent cca9f5c commit 753ff81

File tree

16 files changed

+27
-655
lines changed

16 files changed

+27
-655
lines changed

.github/workflows/release.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Release
2+
3+
on:
4+
push:
5+
branches: [
6+
"version/*",
7+
"release/*",
8+
"testing/*",
9+
]
10+
11+
permissions:
12+
contents: read
13+
statuses: write
14+
15+
jobs:
16+
release:
17+
uses: ldtteam/operapublicacreator/github/workflows/gradle.publish.yaml@ng7
18+
with:
19+
java: 21
20+
curse_release_type: ${{ contains(github.ref, 'release') && 'release' || 'beta' }}
21+
secrets:
22+
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
23+
MAVEN_USER: ${{ secrets.MAVEN_USER }}
24+
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
25+
CROWDIN_API_KEY: ${{ secrets.CROWDIN_API_KEY }}
26+
CURSE_API_KEY: ${{ secrets.CURSE_API_KEY }}
27+
GRADLE_ENCRYPTION_KEY: ${{ secrets.GRADLE_ENCRYPTION_KEY }}

.teamcity/LetSDevTogether_BlockUI/project-config.xml

Lines changed: 0 additions & 48 deletions
This file was deleted.

.teamcity/LetSDevTogether_BlockUI_Branches/buildTypes/LetSDevTogether_BlockUI_Branches_Build.xml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.teamcity/LetSDevTogether_BlockUI_Branches/buildTypes/LetSDevTogether_BlockUI_Branches_Common.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.teamcity/LetSDevTogether_BlockUI_Branches/project-config.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.teamcity/LetSDevTogether_BlockUI_OfficialPublications/buildTypes/LetSDevTogether_BlockUI_OfficialPublications_CommonB.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.teamcity/LetSDevTogether_BlockUI_OfficialPublications/project-config.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.teamcity/LetSDevTogether_BlockUI_PullRequests2/buildTypes/LetSDevTogether_BlockUI_PullRequests2BuildAndTest.xml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.teamcity/LetSDevTogether_BlockUI_PullRequests2/buildTypes/LetSDevTogether_BlockUI_PullRequests2CommonBuildCounter.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.teamcity/LetSDevTogether_BlockUI_PullRequests2/project-config.xml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)