Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Aug 6, 2024
1 parent 48288d0 commit c30bb9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: nex3/SoulsRandomizers
ref: ds3-full-rando
ref: archipelago-server
token: ${{ secrets.GH_TOKEN }}
path: SoulsRandomizers
- uses: actions/checkout@v4
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- 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
- run: git tag ds3-${{ needs.version.outputs.version }} origin/ds3-full-rando
- run: git tag ds3-${{ needs.version.outputs.version }}-stable
- run: git push --tag

Expand Down

0 comments on commit c30bb9a

Please sign in to comment.