diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/auto_tag.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml index 9a564e45c4..4b00218fcb 100644 --- a/.github/workflows/auto_tag.yml +++ b/.github/workflows/auto_tag.yml @@ -4,6 +4,7 @@ permissions: contents: write on: + workflow_dispatch: push: branches: - master @@ -31,7 +32,7 @@ jobs: fetch-depth: 0 - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.64.0 + uses: anothrNick/github-tag-action@1.62.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: 'patch' |