diff --git a/VERSION b/VERSION index 7179039..abd4105 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.3 +0.2.4 diff --git a/action.yml b/action.yml index a58d025..6232857 100644 --- a/action.yml +++ b/action.yml @@ -79,7 +79,7 @@ runs: - id: codecov-ats run: | echo "${{ github.action_path }}" >> $GITHUB_PATH - echo "Running ATS Action version: $(cat ${{ github.action_path }}dist/VERSION)" + echo "Running ATS Action version: $(cat ${{ github.action_path }}/dist/VERSION)" commands=$(${{ github.action_path }}/dist/codecov_ats.sh | tail -n 1) if [[ $? == 0 ]]; then diff --git a/dist/VERSION b/dist/VERSION index 7179039..abd4105 100644 --- a/dist/VERSION +++ b/dist/VERSION @@ -1 +1 @@ -0.2.3 +0.2.4