Skip to content

Commit

Permalink
fix: ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylar Simoncelli committed Nov 14, 2024
1 parent 60f1161 commit 0edd84d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
publish-ghcr:
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: Checkout the Specified Branch
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}

- name: Publish to GHCR
uses: ./.github/actions/images/publish-to-ghcr
Expand Down

0 comments on commit 0edd84d

Please sign in to comment.