Skip to content

Commit

Permalink
failed case
Browse files Browse the repository at this point in the history
  • Loading branch information
paopa committed Apr 9, 2024
1 parent 098ee63 commit dc8d8d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ai-service-release-stable-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: github-app-demo
token: ${{ steps.generate-token.outputs.token }}
# token: ${{ steps.generate-token.outputs.token }}
- name: Set up Git
run: |
git config --global user.email "[email protected]"
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Upgrade AI Service version
run: |
# version=${{ github.event.inputs.version }}
version=0.2.0-rc.3
version=0.2.0-rc.4
poetry version --next-phase $version
git add pyproject.toml
git commit -m "Upgrade AI Service version to $version"
Expand Down

0 comments on commit dc8d8d6

Please sign in to comment.