File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 5
5
- main
6
6
7
7
jobs :
8
- release :
8
+ alpha :
9
9
uses : darkbasic/shared-config/.github/workflows/release-snapshot.yml@main
10
+ if : ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
10
11
with :
11
12
npmTag : alpha
12
13
buildScript : compile
15
16
githubToken : ${{ secrets.GITHUB_TOKEN }}
16
17
npmToken : ${{ secrets.NPM_TOKEN }}
17
18
19
+ rc :
20
+ uses : darkbasic/shared-config/.github/workflows/release-snapshot.yml@main
21
+ if : ${{ github.event.pull_request.title == 'Upcoming Release Changes' }}
22
+ with :
23
+ npmTag : rc
24
+ buildScript : compile
25
+ nodeVersion : 18
26
+ restoreDeletedChangesets : true
27
+ secrets :
28
+ githubToken : ${{ secrets.GITHUB_TOKEN }}
29
+ npmToken : ${{ secrets.NPM_TOKEN }}
30
+
18
31
dependencies :
19
32
uses : darkbasic/shared-config/.github/workflows/changesets-dependencies.yaml@main
33
+ if : ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
34
+ with :
35
+ appId : ${{ vars.APP_ID }}
20
36
secrets :
21
- githubToken : ${{ secrets.GITHUB_TOKEN }}
37
+ privateKey : ${{ secrets.APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 10
10
with :
11
11
releaseScript : release
12
12
nodeVersion : 18
13
+ appId : ${{ vars.APP_ID }}
13
14
secrets :
14
- githubToken : ${{ secrets.GITHUB_TOKEN }}
15
15
npmToken : ${{ secrets.NPM_TOKEN }}
16
+ privateKey : ${{ secrets.APP_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments