diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 28b04c9..a983a9f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9f98730..d7f66d4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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