diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-03-29 21:35:20 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-03-29 21:35:20 +0800 |
| commit | 40d8a8ad7869332f1087d24326ed5b7c32ebf8fd (patch) | |
| tree | 89b246a6d5140e4747585122b6c37da28a559749 /.github | |
| parent | 096a01c606f491f2bb7a07c3df8ac83f6d313086 (diff) | |
| download | RoughlyEnoughItems-40d8a8ad7869332f1087d24326ed5b7c32ebf8fd.tar.gz RoughlyEnoughItems-40d8a8ad7869332f1087d24326ed5b7c32ebf8fd.tar.bz2 RoughlyEnoughItems-40d8a8ad7869332f1087d24326ed5b7c32ebf8fd.zip | |
Publish REI 6 to Forge
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/curseforge.yml | 10 | ||||
| -rw-r--r-- | .github/workflows/stale.yml | 20 |
2 files changed, 3 insertions, 27 deletions
diff --git a/.github/workflows/curseforge.yml b/.github/workflows/curseforge.yml index 00aa6971a..f22f5b7a2 100644 --- a/.github/workflows/curseforge.yml +++ b/.github/workflows/curseforge.yml @@ -11,6 +11,7 @@ on: - 4.x-unstable - 4.x - 5.x + - 6.x jobs: build: @@ -22,13 +23,8 @@ jobs: uses: actions/setup-java@v1 with: java-version: 1.8 - - name: Clean Gradle - run: ./gradlew clean --refresh-dependencies --stacktrace - env: - danielshe_curse_api_key: ${{ secrets.CF_API_KEY }} - BRANCH_NAME: ${{ github.ref }} - - name: Upload to CurseForge and Maven - run: ./gradlew build publish releaseOnCf --stacktrace + - name: Upload to CurseForge + run: ./gradlew build curseforge --stacktrace env: danielshe_curse_api_key: ${{ secrets.CF_API_KEY }} BRANCH_NAME: ${{ github.ref }} diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml deleted file mode 100644 index 5bcf6e137..000000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Mark stale issues and pull requests - -on: - schedule: - - cron: "0 0 * * *" - -jobs: - stale: - - runs-on: ubuntu-latest - - steps: - - uses: actions/stale@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'This issue is marked with stale as this issue had no activity in 60 days. This issue will not be automatically closed.' - stale-pr-message: 'This pull request is marked with stale as this pull request had no activity in 60 days. This pull request will not be automatically closed.' - stale-issue-label: 'stale' - stale-pr-label: 'stale' - days-before-close: 1000000000 |
