diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 53f9e92..f85eeae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: - name: Discover the version tag id: version - run: echo ::set-output name=tag::$(make version-tag) + run: echo "{tag}={$(make version-tag)}" >> $GITHUB_STATE - name: Download artifacts uses: actions/download-artifact@v2 diff --git a/Makefile b/Makefile index 00831d4..37db823 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION="0.92.0" +VERSION="0.92.1-snapshot" export ARDUINO_DIRECTORIES_USER ?= ${CURDIR}/.arduino/user export ARDUINO_DIRECTORIES_DATA ?= ${CURDIR}/.arduino/data