Skip to content

Commit

Permalink
v2.0.2 release of overpass-turbo to staging.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise committed Jul 14, 2024
1 parent ae03337 commit fd9ec7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/frontend-overpass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: OpenHistoricalMap/overpass-turbo
ref: f4f5a0342b3d767a535febffcf9b9a1184c19ea5
ref: 1893cef4c0ab4ce96ad0451103526c18ebabf8f6
# token: ${{env.DEV_GITHUB_TOKEN}}

- name: Use Node.js 16
Expand All @@ -51,7 +51,7 @@ jobs:
run: |
sed -i -e 's/overpass-api.openhistoricalmap.org/'${OVERPASS_API}'/g' js/configs.ts
yarn build
- uses: actions/setup-python@v2
with:
python-version: '3.10'
Expand All @@ -69,4 +69,4 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit fd9ec7f

Please sign in to comment.