Skip to content

Commit

Permalink
🐎 ci: 测试ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hmydgz committed Jun 18, 2024
1 parent ad20229 commit 7a0c7f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-test.action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
- name: Commit changes
run: |
git checkout origin/ci-test
git add package.json
git commit -m "Update version to $VERSION"
git push
git checkout ci-test
# git add package.json
# git commit -m "Update version to $VERSION"
# git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ env.VERSION }}

0 comments on commit 7a0c7f2

Please sign in to comment.