Skip to content

Commit

Permalink
Merge pull request #20 from kate-goldenring/update-release-action
Browse files Browse the repository at this point in the history
Remove fetch in release action
  • Loading branch information
kate-goldenring committed Jun 6, 2023
2 parents 8b907fc + 42df5f0 commit ab35589
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Fetch tags
run: git fetch origin --tags

- name: 'Check if canary tag exists'
id: canaryExists
Expand Down

0 comments on commit ab35589

Please sign in to comment.