Skip to content

Commit

Permalink
v1.0.1 (#2)
Browse files Browse the repository at this point in the history
Build updates
* Fixing filenames in publish workflow
  • Loading branch information
bfren authored Jul 24, 2021
1 parent 2755d31 commit accddcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ jobs:
name: Read FreeScout version - major
uses: bfren/read-file-action@v1
with:
path: ./freescout_MAJOR
path: ./FREESCOUT_MAJOR
id: freescout_major
-
name: Read FreeScout version - minor
uses: bfren/read-file-action@v1
with:
path: ./freescout_MINOR
path: ./FREESCOUT_MINOR
id: freescout_minor
-
name: Read FreeScout version - revision
uses: bfren/read-file-action@v1
with:
path: ./freescout_REVISION
path: ./FREESCOUT_REVISION
id: freescout_revision
-
name: Read image version
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1

0 comments on commit accddcc

Please sign in to comment.