Commit 042e225 1 parent 66aa8b6 commit 042e225 Copy full SHA for 042e225
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency:
11
11
cancel-in-progress : true
12
12
13
13
env :
14
- IMAGE_NAME : rouhim /this-week-in-past
14
+ IMAGE_NAME : skylersaleh /this-week-in-past-testing
15
15
16
16
jobs :
17
17
# Use latest for main and PR number for the "ticket" string as prefix for PRs
@@ -196,7 +196,7 @@ jobs:
196
196
if : github.ref == 'refs/heads/main'
197
197
shell : bash
198
198
run : |
199
- REPO="RouHim /this-week-in-past"
199
+ REPO="skylersaleh /this-week-in-past"
200
200
LATEST_RELEASE_VERSION=$(curl --silent "https://api.github.com/repos/$REPO/releases/latest" | jq -r ".tag_name")
201
201
echo "Latest release is $LATEST_RELEASE_VERSION"
202
202
echo "VERSION=$LATEST_RELEASE_VERSION" >> $GITHUB_ENV
@@ -356,7 +356,7 @@ jobs:
356
356
shell : bash
357
357
if : github.ref == 'refs/heads/main'
358
358
run : |
359
- REPO="RouHim /this-week-in-past"
359
+ REPO="skylersaleh /this-week-in-past"
360
360
VERSION=$(curl --silent "https://api.github.com/repos/$REPO/releases/latest" | jq -r ".tag_name")
361
361
MINOR_PART=$(echo $VERSION | cut -d. -f2)
362
362
MAJOR_PART=$(echo $VERSION | cut -d. -f1)
You can’t perform that action at this time.
0 commit comments