This repository was archived by the owner on Apr 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 19
19
run : git config --global --add safe.directory $GITHUB_WORKSPACE
20
20
- name : Set git identity
21
21
run : |-
22
- git config --global --add user.name "github-actions"
23
- git config --global --add user.email "github-actions@github.com"
22
+ git config user.name "github-actions"
23
+ git config user.email "github-actions@github.com"
24
+ - name : give user docker permission so we can run tests
25
+ run : sudo chown $(whoami) /var/run/docker.sock
24
26
- name : Set up QEMU
25
27
uses : docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # v2.0.0
26
28
with :
35
37
platforms : linux/amd64,linux/arm64
36
38
- name : Install dependencies
37
39
run : yarn install --check-files --frozen-lockfile
38
- - name : give user docker permission so we can run tests
39
- run : sudo chown $(whoami) /var/run/docker.sock
40
40
- name : release
41
41
run : npx projen release
42
42
- name : Check for new commits
51
51
path : dist
52
52
container :
53
53
image : jsii/superchain:1-buster-slim-node16
54
- options : --user root
55
54
release_github :
56
55
name : Publish to GitHub Releases
57
56
needs : release
You can’t perform that action at this time.
0 commit comments