Skip to content

Commit

Permalink
fix: wrapup
Browse files Browse the repository at this point in the history
  • Loading branch information
tcjennings committed Jan 10, 2025
1 parent a1879b6 commit 93ef5a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
with:
fetch-depth: 0

- name: evaluate expression
run: |
echo "Tagged release: ${{ github.ref_type == 'tag' }}"
- uses: lsst-sqre/build-and-push-to-ghcr@v1
id: build
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ jobs:
changelog: false
vcs_release: false

- name: Check outputs
run: |
echo "${{ steps.release.outputs.* }}"
# Pushing the tag will not trigger any related events, so we have to use
# workflow_dispatch to affect the tag-related build.
- name: Trigger Build Workflow
Expand Down

0 comments on commit 93ef5a4

Please sign in to comment.