Skip to content

Commit

Permalink
Remove step checking out arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed May 17, 2024
1 parent 1b57086 commit 63e18c0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ jobs:
name: Publish
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout Arrow
uses: actions/checkout@v4
with:
fetch-depth: 0
steps:
- name: Get Tag Name of Latest Release Candidate
run: |
rc_tag=$(gh release list | \
Expand Down

0 comments on commit 63e18c0

Please sign in to comment.