Skip to content

Commit

Permalink
ci(release): no turnstyle
Browse files Browse the repository at this point in the history
No turnstyle
  • Loading branch information
ttshivers committed Sep 25, 2023
1 parent ff7f75a commit 1106934
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- master

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

jobs:
release-test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -39,11 +42,6 @@ jobs:
release-version-minor: ${{ steps.release.outputs.release-version-minor }}

steps:
- name: Turnstyle
uses: softprops/turnstyle@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout
uses: actions/checkout@v4.1.0

Expand Down

0 comments on commit 1106934

Please sign in to comment.