Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
chore: update tags for tt09
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Sep 7, 2024
1 parent 491f553 commit 2b11fc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
submodules: recursive

- name: Build docs
uses: TinyTapeout/tt-gds-action/docs@tt08
uses: TinyTapeout/tt-gds-action/docs@tt09
6 changes: 3 additions & 3 deletions .github/workflows/gds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cmd: echo TOP_MODULE=`yq '.project.top_module' info.yaml` > $GITHUB_OUTPUT

- name: Create and publish the GDS artifact
uses: TinyTapeout/tt-gds-action/custom_gds@tt08
uses: TinyTapeout/tt-gds-action/custom_gds@tt09
with:
top_module: ${{ steps.top_module.outputs.TOP_MODULE }}
gds_path: gds/${{ steps.top_module.outputs.TOP_MODULE }}.gds
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run Tiny Tapeout Precheck
uses: TinyTapeout/tt-gds-action/precheck@tt08
uses: TinyTapeout/tt-gds-action/precheck@tt09

viewer:
needs: gds
Expand All @@ -41,4 +41,4 @@ jobs:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
steps:
- uses: TinyTapeout/tt-gds-action/viewer@tt08
- uses: TinyTapeout/tt-gds-action/viewer@tt09

0 comments on commit 2b11fc2

Please sign in to comment.