Skip to content

Commit

Permalink
ci(build): fix builds repo ref
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmDevs committed Sep 27, 2024
1 parent dca7126 commit f5b516d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
repository: "revenge-mod/ci-builds"
path: "builds"
token: ${{ secrets.BUILDS_PUSH_TOKEN }}
ref: ${{ github.ref_name }}
# TODO: fix this
ref: main

- name: Set env
id: env
Expand Down

0 comments on commit f5b516d

Please sign in to comment.