diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 819596c7..395ce26d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,15 +38,6 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Bump version and push tag - # only run on push to main - if: github.event_name == 'push' && github.ref == 'refs/heads/main' - id: tag - uses: mathieudutour/github-tag-action@v6.1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - release_branches: main - - name: Get commit hash id: hash run: echo "hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT