diff --git a/.github/workflows/semver.yml b/.github/workflows/semver.yml index db1b6fe..2717c3f 100644 --- a/.github/workflows/semver.yml +++ b/.github/workflows/semver.yml @@ -10,9 +10,5 @@ jobs: if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - - name: Checkout Repo - uses: actions/checkout@v3 - name: Run Auto Semver uses: discoverygarden/auto-semver@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }}