diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 7d60bee..cbe8be5 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -9,8 +9,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - with: - token: ${{ secrets.DEPLOY }} - name: Set up Python 3.10 uses: actions/setup-python@v5 @@ -45,14 +43,4 @@ jobs: body: | ### Summary of the Pull Request - This PR bumps the version of LOOBins. - - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Bump version and push tag - id: tag_version - uses: mathieudutour/github-tag-action@v6.2 - with: - github_token: ${{ secrets.PAT }} + This PR bumps the version of LOOBins.