diff --git a/.github/workflows/create_tag.yml b/.github/workflows/create_tag.yml index fbe1dce..b4b6833 100644 --- a/.github/workflows/create_tag.yml +++ b/.github/workflows/create_tag.yml @@ -16,6 +16,8 @@ jobs: COMMIT_MESSAGE: ${{ github.event.head_commit.message }} with: fetch-depth: 0 + - name: Echo env + run: echo ${{ env.COMMIT_MESSAGE }} - name: Create or update major version uses: joutvhu/create-tag@v1 with: @@ -24,5 +26,3 @@ jobs: on_tag_exists: update env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Echo env - run: echo ${{ env.COMMIT_MESSAGE }}