Skip to content

Commit

Permalink
ci: 更改终端
Browse files Browse the repository at this point in the history
  • Loading branch information
xfqwdsj committed Jan 26, 2024
1 parent efad4e7 commit cce12f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,15 @@ jobs:
- if: github.ref == 'refs/heads/main' && github.event_name == 'push'
name: Create tag
shell: bash
continue-on-error: true
run: |
git tag ${{ steps.versioning.outputs.version }}
git push origin ${{ steps.versioning.outputs.version }}
- if: github.ref == 'refs/heads/main' && github.event_name == 'push'
name: Create release
shell: bash
run: |
gh api \
--method POST \
Expand Down

0 comments on commit cce12f0

Please sign in to comment.