Skip to content

Commit

Permalink
wip: use always
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Oct 31, 2024
1 parent 9c5befb commit 0aeab2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
5 changes: 3 additions & 2 deletions foundry/api/blueprint.cue
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ project: {
release: {
docker: {
on: {
merge: {}
tag: {}
//merge: {}
//tag: {}
always: {}
}
config: {
tag: _ @forge(name="GIT_COMMIT_HASH")
Expand Down

0 comments on commit 0aeab2b

Please sign in to comment.