Skip to content

Commit

Permalink
chore(deps): update github-tags action .github/workflows/release-draf…
Browse files Browse the repository at this point in the history
…t.yml (.github/workflows/release-draft.yml)
  • Loading branch information
IK Renovate Bot committed Mar 23, 2024
1 parent 304e773 commit 8813112
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: '0'

- name: check next version
uses: anothrNick/github-tag-action@1.62.0
uses: anothrNick/github-tag-action@1.67.0
id: tag
env:
DRY_RUN: true
WITH_V: true
DEFAULT_BUMP: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.bump || 'patch' }}

- name: release-draft
uses: release-drafter/release-drafter@v5.23.0
uses: release-drafter/release-drafter@v5.25.0
if: "!contains(github.event.head_commit.message, 'skip')"
# contains(github.event.head_commit.message, 'release')
id: release
Expand Down

0 comments on commit 8813112

Please sign in to comment.