Skip to content

Commit

Permalink
fix: try to build the phar when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
e-picas committed Feb 4, 2024
1 parent d16105a commit 05e66bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@ name: "Bump version"
run-name: "Bump a new version tags"

on:
workflow_run:
workflows:
- "Test & lint PHP 5.6"
- "Test & lint PHP 7.4"
- "Test & lint PHP 8.3"
branches:
- master
types:
- completed
push:
branches:
- master
Expand Down
4 changes: 3 additions & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ plugins:
changelogTitle: "# PHP Markdown Extended changelog"
- path: "@semantic-release/exec"
verifyReleaseCmd: "echo \"${nextRelease.version}\" > /tmp/mde-next_release"
prepareCmd: "php bin/mde-dev --release=${nextRelease.version} make-release"
prepareCmd: "php bin/mde-dev --release=${nextRelease.version} make-release; php bin/mde-dev make-phar"
- path: "@semantic-release/git"
assets:
- "CHANGELOG.md"
Expand All @@ -35,6 +35,8 @@ plugins:
- "man/markdown-extended.7.man"
- "composer.json"
- path: "@semantic-release/github"
assets:
- "markdown-extended.phar"
- path: "@saithodev/semantic-release-backmerge"
backmergeBranches:
- from: "master"
Expand Down

0 comments on commit 05e66bc

Please sign in to comment.