File tree 2 files changed +3
-12
lines changed
2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 18
18
19
19
- uses : actions/setup-node@v2
20
20
with :
21
- node-version : " 14 "
21
+ node-version : " 16 "
22
22
23
23
- run : |
24
24
npm clean-install
27
27
- id : semantic-release
28
28
uses : cycjimmy/semantic-release-action@v2
29
29
with :
30
- semantic_version : 17
30
+ semantic_version : 18
31
31
env :
32
32
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
33
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
70
70
steps :
71
71
- uses : actions/checkout@v2
72
72
73
- - uses : actions/setup-node@v2
74
- with :
75
- node-version : " 14"
76
-
77
- - name : Prepare build
78
- run : |
79
- npm clean-install
80
- npm run pkg
81
-
82
73
- uses : docker/setup-qemu-action@v1
83
74
with :
84
75
platforms : amd64,arm64
93
84
- uses : docker/build-push-action@v2
94
85
with :
95
86
context : .
87
+ platforms : linux/amd64,linux/arm64
96
88
push : true
97
89
tags : supabase/postgres-meta:latest,supabase/postgres-meta:v${{ needs.semantic-release.outputs.new-release-version }}
98
- platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments