Skip to content

Commit

Permalink
ED-11261
Browse files Browse the repository at this point in the history
  • Loading branch information
davseve committed Jul 11, 2023
1 parent bb3533d commit ccfb143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bi-weekly-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
- shell: bash
run: |
echo "LAST_AUTOMATED_RELEASE=${{ inputs.LAST_AUTOMATED_RELEASE }}" >> $GITHUB_ENV
last_release=$(git ls-remote --tags | grep -v "\-rc" | grep -v "refs/tags/v" | grep "cloud" | tail -n1 | awk ‘{print $2}’)
# last_release=$(git ls-remote --tags | grep -v "\-rc" | grep -v "refs/tags/v" | grep "cloud" | tail -n1 | awk ‘{print $2}’)
current_date=$(date +%s)
release_date=$(git log -1 --format=%ct $last_release)
time_diff=$(( (current_date - release_date) / (60*60*24) ))
Expand Down

0 comments on commit ccfb143

Please sign in to comment.