Skip to content

Commit

Permalink
use custom fork
Browse files Browse the repository at this point in the history
  • Loading branch information
druskus20 committed Apr 10, 2024
1 parent 1d7f217 commit af767b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/elk-tag-and-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit af767b4

Please sign in to comment.