Skip to content

Commit

Permalink
Fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
SupremeMortal committed Mar 11, 2023
1 parent c082a23 commit 45a3648
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 95 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
deploy:
uses: CloudburstMC/Network/.github/workflows/deploy.yml@3.0
uses: CloudburstMC/Network/.github/workflows/deploy.yml@develop
with:
deploy-url: "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
deploy:
uses: CloudburstMC/Network/.github/workflows/deploy.yml@3.0
uses: CloudburstMC/Network/.github/workflows/deploy.yml@develop
with:
deploy-url: "https://repo.opencollab.dev/maven-snapshots/"
secrets:
Expand Down
93 changes: 0 additions & 93 deletions Jenkinsfile

This file was deleted.

0 comments on commit 45a3648

Please sign in to comment.