Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into deploy/integrationnet
Browse files Browse the repository at this point in the history
  • Loading branch information
IPadawans committed Jan 10, 2024
2 parents 59f7079 + b19c008 commit 756163f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/templates/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,13 @@ runs:
cd tessellation
git checkout $TESSELLATION_VERSION
sbt clean shared/publishM2 kernel/publishM2 keytool/publishM2 sdk/publishM2 dagL1/publishM2 currencyL0/publishM2 currencyL1/publishM2
sbt clean shared/publishM2
sbt clean kernel/publishM2
sbt clean keytool/publishM2
sbt clean sdk/publishM2
sbt clean dagL1/publishM2
sbt clean currencyL0/publishM2
sbt clean currencyL1/publishM2
- name: Generate Metagraph JARS
env:
Expand Down

0 comments on commit 756163f

Please sign in to comment.