Skip to content

Commit

Permalink
simplify git checkout and tag fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnider-chg committed Feb 20, 2024
1 parent e3263fd commit 9c9c557
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_TOKEN }}

- uses: oleksiyrudenko/[email protected]
with:
token: '${{ secrets.GH_TOKEN }}'

- name: Prepare repository
run: git fetch --unshallow --tags
fetch-tags: true

- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 9c9c557

Please sign in to comment.