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 ea1ea52 commit f771093
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/bi-weekly-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ runs:
using: "composite"
steps:
- shell: bash
env:
LAST_AUTOMATED_RELEASE: ${{ inputs.LAST_AUTOMATED_RELEASE }}
run: |
echo LAST_AUTOMATED_RELEASE=$LAST_AUTOMATED_RELEASE >> $GITHUB_ENV
bash LAST_AUTOMATED_RELEASE=$LAST_AUTOMATED_RELEASE >> $GITHUB_ENV
echo "${{ inputs.LAST_AUTOMATED_RELEASE }}"
# 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)
Expand Down

0 comments on commit f771093

Please sign in to comment.