Fix workflow

This commit is contained in:
Nemo 2023-11-02 19:17:16 +05:30
parent b6800ba49b
commit 320790b905
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: Update data
run: >
run: |
curl --request GET --url 'https://prod.plugo.io/api/v2/goblin/stores?lat=18.46448805396234&lng=72.12753139436244&radius=90999999' --header 'Authorization: Bearer ${{secrets.token}}' > _data/plugo.json
export VERSION=`date +%Y.%-m.%-d`
sed -i "s/^version.*/version: $(VERSION)/" CITATION.cff