Skip to content

Commit

Permalink
Trying to get builds to pick up versions correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Dec 12, 2023
1 parent a83bd8d commit 2791f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2791f5d

Please sign in to comment.