Skip to content

Commit

Permalink
Add workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Aug 10, 2023
1 parent 925cfa3 commit 2452021
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update_curseforge_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
concurrency:
group: update-curseforge-releases
cancel-in-progress: true
group: update-releases
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run index-curseforge-releases
- uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a
with:
commit_message: Updated Curseforge Release-Index

6 changes: 4 additions & 2 deletions .github/workflows/update_github_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
concurrency:
group: update-github-releases
cancel-in-progress: true
group: update-releases
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run index-github-releases
- uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a
with:
commit_message: Updated Github Release-Index

6 changes: 4 additions & 2 deletions .github/workflows/update_modrinth_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
concurrency:
group: update-modrinth-releases
cancel-in-progress: true
group: update-releases
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run index-modrinth-releases
- uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a
with:
commit_message: Updated Modrinth Release-Index

0 comments on commit 2452021

Please sign in to comment.