-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to drawio-desktop 14.5.1. All changes from 14.1.8 to 14.5.1, inclusive, are added in this build.
- Loading branch information
1 parent
bd4f22c
commit fcd5a6f
Showing
13 changed files
with
10,071 additions
and
65 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 |
---|---|---|
|
@@ -8,12 +8,19 @@ jobs: | |
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: technote-space/auto-cancel-redundant-workflow@v1 | ||
- uses: actions/checkout@v2 | ||
- uses: rlespinasse/[email protected] | ||
- name: Build docker image | ||
run: make build | ||
env: | ||
DOCKER_IMAGE: ${{ github.repository }}:${{ env.GITHUB_REF_SLUG }} | ||
- name: Test docker image | ||
run: | | ||
make setup-test | ||
make test | ||
env: | ||
DOCKER_IMAGE: ${{ github.repository }}:${{ env.GITHUB_REF_SLUG }} | ||
- uses: cycjimmy/semantic-release-action@v2 | ||
with: | ||
semantic_version: 17.3.7 | ||
|
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
node_modules/ | ||
output/ | ||
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.