Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Nov 11, 2023
1 parent f2bf71d commit 59fb9e8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ on:

jobs:
build:
uses: TwelveIterationMods/Workflows/.github/workflows/publish-snapshot.yml@main
uses: TwelveIterationMods/Workflows/.github/workflows/publish-snapshot.yml@v2
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
create-release:
uses: TwelveIterationMods/Workflows/.github/workflows/create-release.yml@main
uses: TwelveIterationMods/Workflows/.github/workflows/create-release.yml@v2
with:
bump: ${{ github.event.inputs.bump }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ on:

jobs:
publish:
uses: TwelveIterationMods/Workflows/.github/workflows/publish-release.yml@main
uses: TwelveIterationMods/Workflows/.github/workflows/publish-release.yml@v2
secrets: inherit
24 changes: 0 additions & 24 deletions .github/workflows/update-versions.yml

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'fabric-loom' version '1.2-SNAPSHOT' apply(false)
id 'org.spongepowered.gradle.vanilla' version '0.2.1-SNAPSHOT' apply(false)
id 'org.spongepowered.mixin' version '0.7-SNAPSHOT' apply(false)
id 'net.darkhax.curseforgegradle' version '1.0.14' apply(false)
id 'net.darkhax.curseforgegradle' version '1.1.16' apply(false)
id "com.modrinth.minotaur" version "2.+" apply(false)
}

Expand Down

0 comments on commit 59fb9e8

Please sign in to comment.