Skip to content

Commit

Permalink
Do not fail the build if we can't get the IP address
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jan 30, 2024
1 parent 04e922c commit bfb0189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continue-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Display external IP address
run: curl 'https://api64.ipify.org?format=json'
run: curl 'https://api64.ipify.org?format=json' || true
- name: Set up Java environment
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit bfb0189

Please sign in to comment.