Skip to content

Commit

Permalink
feat: forgot to checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo committed May 7, 2024
1 parent ef0f96a commit a0190d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build Cardano Rosetta Release
uses: ./.github/actions/build_docker_images
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
ref: ${{ github.event.release.tag_name }}
- name: Build Cardano Rosetta Release
uses: ./.github/actions/build_docker_images
with:
Expand Down

0 comments on commit a0190d8

Please sign in to comment.