fixed smart contract (box -> local storage, optin nft) #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release | |
on: | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- "docs/**" | |
- "**.md" | |
- ".vscode/**" | |
- ".idea/**" | |
permissions: | |
contents: read | |
packages: read | |
jobs: | |
backend-release: | |
name: Backend Release | |
secrets: inherit | |
uses: ./.github/workflows/smart-contracts-cd.yaml | |
frontend-release: | |
name: Frontend Release | |
secrets: inherit | |
uses: ./.github/workflows/frontend-cd.yaml | |
needs: backend-release |