Skip to content

Commit

Permalink
chore: Set promoted release as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsanmi committed Apr 16, 2024
1 parent e8ab817 commit e1e61ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable_release_automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
needs: check_block_endpoint
runs-on: ubuntu-latest
steps:
- name: Promote previous prerelease to release
- name: Promote latest prerelease to release
env:
GH_TOKEN: "${{ secrets.COREINT_BOT_TOKEN }}"
run: |
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
exit 1
fi
gh release edit "$NON_PUBLISHED_PRERELEASE_TAG" --repo "${{ github.repository }}" --draft=false --prerelease=false
gh release edit "$NON_PUBLISHED_PRERELEASE_TAG" --repo "${{ github.repository }}" --draft=false --prerelease=false --latest
- name: Notify failure via Slack
if: failure()
Expand Down

0 comments on commit e1e61ec

Please sign in to comment.