Skip to content

Commit

Permalink
Try fixing checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Kais committed Jan 7, 2025
1 parent 2a44866 commit bec158b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: 'Build and Publish Docker Image'

on:
push:
pull_request:
types:
- closed
branches:
- master
pull_request:
Expand All @@ -27,7 +29,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
ref: ${{ github.head_ref || github.ref }}
- run: corepack enable
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit bec158b

Please sign in to comment.