-
Notifications
You must be signed in to change notification settings - Fork 25
38 lines (32 loc) · 1.11 KB
/
release.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: Release
on:
push:
branches:
- main
paths-ignore:
- "docs/**"
- "**.md"
- ".vscode/**"
- ".idea/**"
permissions:
contents: read
packages: read
jobs:
orakle-nft-marketplace-app-contracts-validate:
name: Run orakle-nft-marketplace-app-contracts release
secrets: inherit
uses: ./.github/workflows/orakle-nft-marketplace-app-contracts-ci.yaml
# orakle-nft-marketplace-app-contracts-release:
# name: Run orakle-nft-marketplace-app-contracts release
# secrets: inherit
# uses: ./.github/workflows/orakle-nft-marketplace-app-contracts-cd.yaml
# needs: orakle-nft-marketplace-app-contracts-validate
orakle-nft-marketplace-app-frontend-validate:
name: Run orakle-nft-marketplace-app-frontend release
secrets: inherit
uses: ./.github/workflows/orakle-nft-marketplace-app-frontend-ci.yaml
orakle-nft-marketplace-app-frontend-release:
name: Run orakle-nft-marketplace-app-frontend release
secrets: inherit
uses: ./.github/workflows/orakle-nft-marketplace-app-frontend-cd.yaml
needs: orakle-nft-marketplace-app-frontend-validate