mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-06 04:01:58 +02:00
bump version v4.1.0
This commit is contained in:
2
.github/workflows/build-and-release.yaml
vendored
2
.github/workflows/build-and-release.yaml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
create-release-branch:
|
||||
runs-on: ubuntu-latest
|
||||
if: |
|
||||
(github.event_name == 'push' && github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, 'Bump Version')) ||
|
||||
(github.event_name == 'push' && github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, 'bump version')) ||
|
||||
github.event_name == 'workflow_dispatch'
|
||||
outputs:
|
||||
version: ${{ steps.extract-version.outputs.version }}
|
||||
|
||||
Reference in New Issue
Block a user