Skip to content

Commit 928291a

Browse files
authored
Wait for it action.
1 parent 2fa3ee4 commit 928291a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/geoip.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@ jobs:
1515
uses: actions/checkout@v2
1616

1717
- name: Fetch GeoIP from ip2location.
18+
id: wait-for-fetch
1819
run: ./fetch-geoip.sh
1920

21+
- name: Wait for download.
22+
if: steps.wait-for-fetch.outputs.conclusion == 'success'
23+
with:
24+
token: ${{ secrets.GEOIP_TOKEN }}
25+
2026
- name: Release
2127
uses: softprops/action-gh-release@v1
2228
with:

0 commit comments

Comments
 (0)