Skip to content

Commit

Permalink
Fix merge again
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Aug 6, 2024
1 parent eb55e61 commit a88fc59
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,6 @@ jobs:
- run: git tag v${{ github.ref_name }}
- run: git push --tag

update-archipelago:
needs: [version]
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
repository: nex3/Archipelago

build-yaml:
runs-on: windows-latest
needs: [version]
Expand All @@ -115,7 +106,7 @@ jobs:
ref: ds3-stable
fetch-depth: 0

- run: git merge ds3-full-rando
- run: git merge --no-edit origin/ds3-full-rando
- run: git push origin ds3-stable

- run: git tag ds3-${{ needs.version.outputs.version }} ds3-full-rando
Expand Down

0 comments on commit a88fc59

Please sign in to comment.