Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurkars committed Jun 17, 2022
1 parent 0ba5220 commit 0663851
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,13 @@ jobs:
asset_path: ./target/ghs-server-${{github.ref_name}}.jar
asset_name: ghs-server-${{github.ref_name}}.jar
asset_content_type: application/octet-stream
publish:
name: Publish Draft Release
needs: [create_release, release_jar]
runs-on: ubuntu-latest
steps:
- uses: eregon/publish-release@v1
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
release_id: ${{ needs.create_release.outputs.release_id }}

0 comments on commit 0663851

Please sign in to comment.