Skip to content

Commit

Permalink
Boop
Browse files Browse the repository at this point in the history
  • Loading branch information
Rover656 committed Jul 30, 2023
1 parent 6320d59 commit 71bc77b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- 'feature/nightly-actions'

jobs:
verify:
build:
runs-on: ubuntu-latest

steps:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- 'feature/nightly-actions'

jobs:
verify:
build:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -44,6 +44,9 @@ jobs:

- name: Publish to CurseForge and Modrinth
uses: gradle/gradle-build-action@v2
env:
CURSEFORGE_TOKEN: 'TEST'
MODRINTH_TOKEN: 'TEST''
with:
arguments: publishMod
Expand Down

0 comments on commit 71bc77b

Please sign in to comment.