Skip to content

Commit 8cce52a

Browse files
committed
edit gh api url
1 parent 1acf3e6 commit 8cce52a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/weekly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Get latest release with tag from GitHub API
6868
id: latestrelease
6969
run: |
70-
echo "::set-output name=releasetag::$(curl -s https://api.github.com/repos/has2k1/plotnine/releases/latest | jq '.tag_name' | sed 's/\"//g')"
70+
echo "::set-output name=releasetag::$(curl -s https://api.github.com/repos/rstudio/vetiver-python/releases/latest | jq '.tag_name' | sed 's/\"//g')"
7171
7272
- name: Confirm Release Tag
7373
run: |
@@ -113,7 +113,7 @@ jobs:
113113
- name: Get latest release with tag from GitHub API
114114
id: latestrelease
115115
run: |
116-
echo "::set-output name=releasetag::$(curl -s https://api.github.com/repos/has2k1/plotnine/releases/latest | jq '.tag_name' | sed 's/\"//g')"
116+
echo "::set-output name=releasetag::$(curl -s https://api.github.com/repos/rstudio/vetiver-python/releases/latest | jq '.tag_name' | sed 's/\"//g')"
117117
118118
- name: Confirm Release Tag
119119
run: |

0 commit comments

Comments
 (0)