From 0aeab2b2437727df94edb6bc1dc765d6df2221ad Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Wed, 30 Oct 2024 18:34:55 -0700 Subject: [PATCH] wip: use always --- .github/workflows/release.yml | 10 ---------- foundry/api/blueprint.cue | 5 +++-- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a0336a91..68f50458 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,15 +75,5 @@ jobs: args: ${{ matrix.release.project }} ${{ matrix.release.name }} local: ${{ inputs.local }} verbosity: ${{ inputs.verbosity }} - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Release Temp - uses: input-output-hk/catalyst-forge/actions/run@master - if: matrix.release.project == './foundry/api' - with: - command: release - args: --force ${{ matrix.release.project }} ${{ matrix.release.name }} - local: ${{ inputs.local }} - verbosity: ${{ inputs.verbosity }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/foundry/api/blueprint.cue b/foundry/api/blueprint.cue index d371b006..5da6f0ad 100644 --- a/foundry/api/blueprint.cue +++ b/foundry/api/blueprint.cue @@ -30,8 +30,9 @@ project: { release: { docker: { on: { - merge: {} - tag: {} + //merge: {} + //tag: {} + always: {} } config: { tag: _ @forge(name="GIT_COMMIT_HASH")