Skip to content

Commit

Permalink
fix: temporarily use a forked (verified) version of the anothrNick/gi…
Browse files Browse the repository at this point in the history
…thub-tag-action until safe sub directory fix is merged in (#287)
  • Loading branch information
Talal Ashraf authored Apr 26, 2022
1 parent 4ecf3d9 commit ff1521a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v3.0.1
with:
fetch-depth: '0'
submodules: recursive

- id: release
uses: anothrNick/github-tag-action@1.26.0
uses: skillupco/github-tag-action@1.39.0-skco # change this back to anothrNick/github-tag-action pending https://github.com/anothrNick/github-tag-action/pull/149
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: ${{ github.event.inputs.bumpType }}
Expand Down

0 comments on commit ff1521a

Please sign in to comment.