Skip to content

Commit

Permalink
ci: switch off cycjimmy
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Dec 2, 2023
1 parent e7a83ea commit 3e3f496
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yaml
Expand Up @@ -38,8 +38,6 @@ jobs:
uses: open-turo/actions-release/semantic-release@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# branches: ${{ github.head_ref }}
# override-github-ref-name: ${{ github.head_ref }}
dry-run: true
ci: false
- name: Release check
Expand All @@ -58,6 +56,6 @@ jobs:
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
- name: Release
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: open-turo/actions-release/semantic-release@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3e3f496

Please sign in to comment.