Skip to content

Commit

Permalink
autoupdate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rlespinasse committed Oct 23, 2023
1 parent 12a5041 commit 1479a16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -44,6 +44,6 @@ test-ci:
autoupdate-drawio-desktop:
@$(eval DRAWIO_DESKTOP_RELEASE := $(shell gh release list --repo jgraph/drawio-desktop | grep "Latest" | cut -f1))
@sed -i 's/DRAWIO_VERSION=.*/DRAWIO_VERSION="$(DRAWIO_DESKTOP_RELEASE)"/' Dockerfile
@sed -i 's/Draw\.io Desktop v.*/Draw.io Desktop v$(DRAWIO_DESKTOP_RELEASE)/' README.adoc
@sed -i 's/Draw\.io Desktop v.*/Draw.io Desktop v$(DRAWIO_DESKTOP_RELEASE)\]/' README.adoc
@test -z "${GITHUB_OUTPUT}" || echo "release_version=$(DRAWIO_DESKTOP_RELEASE)" >> "${GITHUB_OUTPUT}"

2 changes: 1 addition & 1 deletion README.adoc
@@ -1,6 +1,6 @@
= Draw.io Desktop Headless docker image

Dockerized headless version of https://github.com/jgraph/drawio-desktop[Draw.io Desktop v22.0.3
Dockerized headless version of https://github.com/jgraph/drawio-desktop[Draw.io Desktop v22.0.3]

== What it does

Expand Down

0 comments on commit 1479a16

Please sign in to comment.