Skip to content

Commit

Permalink
ci: release test
Browse files Browse the repository at this point in the history
  • Loading branch information
rxchard committed Dec 11, 2024
1 parent fe68638 commit fc6fd9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:

publish:
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -36,9 +37,13 @@ jobs:
with:
path: build/libs/SilkSpawners_v2.jar

build:
uses: ./.github/workflows/build.yml

release:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit fc6fd9a

Please sign in to comment.