diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9afe025..0c963ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -199,7 +199,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Detect version + - name: Tag current commit id: tag shell: bash run: | @@ -250,7 +250,7 @@ jobs: runs-on: ubuntu-latest needs: [deploy, stryker] steps: - - name: Comment relevant issues and merge requests + - name: Comment relevant issues and pull requests uses: apexskier/github-release-commenter@v1.3.2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}