Skip to content

Commit

Permalink
Resolve incorrect checkout option in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhsm committed Mar 24, 2024
1 parent 12d3530 commit e0e30e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@ jobs:
with:
repository: twohoursonelife/OneLife
path: OneLife
fetch-tags: true

- name: Checkout OneLifeData7
uses: actions/checkout@v4
with:
repository: twohoursonelife/OneLifeData7
path: OneLifeData7
fetch-tags: true
fetch-depth: 0
token: ${{ steps.app-token.outputs.token }}

- name: Calculate next version
Expand Down

0 comments on commit e0e30e2

Please sign in to comment.