diff --git a/.github/actions/elk-tag-and-release/action.yaml b/.github/actions/elk-tag-and-release/action.yaml index d76ba8a..77fd6fe 100644 --- a/.github/actions/elk-tag-and-release/action.yaml +++ b/.github/actions/elk-tag-and-release/action.yaml @@ -47,7 +47,8 @@ runs: with: fetch-depth: ${{ inputs.fetch-depth }} - name: Bump version and push tag - uses: anothrNick/github-tag-action@a2c70ae13a881faf2b4953baaa9e49731997ab36 # v1.67.0 + #uses: anothrNick/github-tag-action@a2c70ae13a881faf2b4953baaa9e49731997ab36 # v1.67.0 + uses: druskus20/github-tag-action@b6d974fe2d2638dd651ff1f287113ad1c6a347f0 # v1.67.0 id: bump-version env: GITHUB_TOKEN: ${{ github.token }} @@ -56,6 +57,7 @@ runs: WITH_V: 'true' DEFAULT_BUMP: ${{ inputs.bump-type }} CUSTOM_TAG: ${{ inputs.custom-version }} + FORCE_WITHOUT_CHANGES_PRE: 'true' - name: Extract major tag (to create @v1 and @v1.1.1) id: extract-major shell: bash