Skip to content

Commit

Permalink
fix: yml path
Browse files Browse the repository at this point in the history
  • Loading branch information
seblum committed Aug 12, 2024
1 parent 44d303d commit fe72610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ jobs:
-
name: Update Version in pyproject.toml
run: |
sed -i "s/^DOCKER_IMAGE: \"octivbooker:.*\"/DOCKER_IMAGE: \"octivbooker:v${{ needs.get-tag.outputs.PACKAGE_VERSION }}\"/" ./github/workflows/run-on-schedule.yml
sed -i "s/^DOCKER_IMAGE: \"octivbooker:.*\"/DOCKER_IMAGE: \"octivbooker:v${{ needs.get-tag.outputs.PACKAGE_VERSION }}\"/" .github/workflows/run-on-schedule.yml
-
name: Verify Update
run: cat ./github/workflows/run-on-schedule.yml
run: cat .github/workflows/run-on-schedule.yml
-
name: Commit changes
run: |
Expand Down

0 comments on commit fe72610

Please sign in to comment.