Skip to content

Commit

Permalink
[CI] Fix sdk core workflow (#1999)
Browse files Browse the repository at this point in the history
* gov-upgrade-super-token-logic: auto-include tokens using the previous canonical logic

* fix multisig detection

* disable FlowNFT hooks

* remove unused imports

* ?

* don't update IDA, don't update FlowNFTs, remove bad test code

* remove obsolete tests

* fix deploy script for tests

* updated CHANGELOG

* not in this PR

* flowNFT purging

* more removal, changing subgraph too. WIP

* fix tests & devcontainer

* fetch newest schema and fix sdk-core build

* bump sdk-redux version

* remove from verification script

* appease linter

* remove ApprovalForAllEvent

* one more

* github runner switched to docker compose v2

* removed MetadataUpdate event, bumped versions, updated metadata, updated CHANGELOG files

* fix deploy script

* fix code path with pre-existing DMZForwarder

* more removal

* fix workflow

---------

Co-authored-by: Kaspar Kallas <[email protected]>
  • Loading branch information
d10r and kasparkallas authored Aug 7, 2024
1 parent 69c5856 commit b9cd188
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:

outputs:
publish_sdk_core: ${{ env.SHOULD_PUBLISH_SDK_CORE }}
sdk_core_new_version: ${{ env.SDK_CORE_NEW_VERSION }}

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -182,8 +183,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: sdk-core@v${{ env.SDK_CORE_NEW_VERSION }}
release_name: sdk-core@v${{ env.SDK_CORE_NEW_VERSION }}
tag_name: sdk-core@v${{ needs.check-sdk-core-version.outputs.sdk_core_new_version }}
release_name: sdk-core@v${{ needs.check-sdk-core-version.outputs.sdk_core_new_version }}
body_path: .github/RELEASE_TEMPLATE/release-notes.md
draft: true

Expand Down

0 comments on commit b9cd188

Please sign in to comment.