diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d4b936a..2115c97 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -57,9 +57,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Debug previous tag - run: echo "Previous tag: ${{ steps.previoustag.outputs.tag }}" - - name: Get next minor version id: semver uses: 'WyriHaximus/github-action-next-semvers@v1'