-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #761 from udx/develop-alexey
Release 4.1.0
- Loading branch information
Showing
933 changed files
with
94,080 additions
and
10,111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,6 +84,8 @@ jobs: | |
- name: Cleanup files | ||
run: | | ||
rm -f composer.lock || true | ||
rm -rf tests || true | ||
rm -rf vendor/bin || true | ||
rm -rf vendor/composer/installers || true | ||
find ./ -name '.git*' -not -path './.git' -type f -delete || true | ||
find ./ -name '.git*' -not -path './.git' -type d -exec rm -rf {} \; || true | ||
|
@@ -117,7 +119,7 @@ jobs: | |
# create a draft release with the version changelog as a description | ||
- name: Create Draft Release | ||
id: draft_release | ||
uses: softprops/action-gh-release@v1 | ||
uses: softprops/action-gh-release@v2 | ||
with: | ||
name: "Release ${{ steps.vars.outputs.full_tag }}" | ||
body: "${{ steps.changelog.outputs.description }}" | ||
|
@@ -127,7 +129,7 @@ jobs: | |
|
||
# attach SBOM to release | ||
- name: Upload SBOM to release | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.