diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 913be8ad..1db15e62 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,12 +20,12 @@ jobs: commit-msg: Bump patch version github-token: ${{ secrets.GITHUB_TOKEN }} - # github: - # runs-on: ubuntu-latest - # steps: - # - name: Checkout - # uses: actions/checkout@v3 - # - name: Create new patch release - # run: .github/scripts/release.py - # env: - # GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} + github: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Create new patch release + run: $PWD/.github/scripts/release.py + env: + GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}