diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 55b0351..e6de404 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/VERSION b/VERSION index afaf360..7f20734 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.0.1 \ No newline at end of file