Skip to content

Commit

Permalink
0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Nov 10, 2023
1 parent 0284936 commit ba268e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.3
0.2.4
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dist/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.3
0.2.4

0 comments on commit ba268e5

Please sign in to comment.