Skip to content

Commit

Permalink
fix(gh): fix gh action (#1452) (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth authored Apr 27, 2022
1 parent a35c256 commit 1de697f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3.0.1
with:
fetch-depth: '0'
submodules: recursive

- id: release
uses: anothrNick/github-tag-action@1.26.0
uses: anothrNick/github-tag-action@1.39.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: ${{ github.event.inputs.bumpType }}
Expand Down Expand Up @@ -73,7 +74,7 @@ jobs:
fi
- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.26.0
uses: anothrNick/github-tag-action@1.39.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: ${{ github.event.inputs.bumpType }}
Expand Down

0 comments on commit 1de697f

Please sign in to comment.