Skip to content

Commit

Permalink
use latest tag again
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertdeng123 committed May 28, 2024
1 parent d6fa2fa commit a792df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Get latest self-hosted release version
run: |
LATEST_TAG=$(curl -s https://api.github.com/repos/getsentry/self-hosted/releases/latest | jq -r '.tag_name')
echo "LATEST_TAG=24.2.0" >> $GITHUB_ENV
echo "LATEST_TAG=$LATEST_TAG" >> $GITHUB_ENV
- name: Checkout latest release
uses: actions/checkout@v4
Expand Down

0 comments on commit a792df0

Please sign in to comment.