Skip to content

Commit

Permalink
wip: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 10, 2024
1 parent 2a46bac commit 5a578e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
path: ${{ matrix.earthfile }}
- name: Get image and project
id: image
#if: github.ref_name == github.event.repository.default_branch
if: github.ref_name == github.event.repository.default_branch
run: |
EARTHFILE='${{ matrix.earthfile }}'
PROJECT="${EARTHFILE%+*}"
Expand All @@ -61,7 +61,7 @@ jobs:
echo "project=$PROJECT" >> $GITHUB_OUTPUT
- name: Publish
uses: ./forge/actions/publish
#if: github.ref_name == github.event.repository.default_branch
if: github.ref_name == github.event.repository.default_branch
with:
image: ${{ steps.image.outputs.image }}
project: ${{ steps.image.outputs.project }}

0 comments on commit 5a578e5

Please sign in to comment.