Skip to content

Commit

Permalink
Add proper version titles for automated publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaioru committed Oct 14, 2023
1 parent 01ecd59 commit d195f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
path: server-${{ matrix.runtime }}-${{ needs.versioning.outputs.version }}.zip

publish_release:
needs: [publish_artifacts]
needs: [versioning, publish_artifacts]

name: Publish to Github releases
runs-on: ubuntu-latest
Expand Down

0 comments on commit d195f26

Please sign in to comment.