We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2116d commit 5aac7bdCopy full SHA for 5aac7bd
.github/workflows/rubocop.yml
@@ -13,6 +13,8 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v3
16
+ with:
17
+ persist-credentials: false
18
- uses: ruby/setup-ruby@v1
19
with:
20
ruby-version: ${{ matrix.ruby }}
.github/workflows/ruby.yml
@@ -18,6 +18,8 @@ jobs:
runs-on: ubuntu-latest
21
22
23
- uses: actions/setup-node@v3
24
- name: Save root node_modules to cache
25
uses: actions/cache@v3
@@ -67,6 +69,8 @@ jobs:
67
69
MT_KWARGS_HACK: 1
68
70
71
72
73
74
75
- run: npm -g install yalc
76
- run: yalc publish
0 commit comments