Skip to content

Commit 678642c

Browse files
authored
Merge branch 'master' into development
2 parents e49a7f2 + 239efd0 commit 678642c

File tree

3 files changed

+4
-24
lines changed

3 files changed

+4
-24
lines changed

.github/workflows/create-build-zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: peter-evans/find-comment@v2
7878
with:
7979
issue-number: ${{ steps.get-pr-number.outputs.num }}
80-
comment-author: github-actions[bot]
80+
comment-author: pirate-bot
8181
token: ${{ secrets.BOT_TOKEN }}
8282
body-includes: Download Jaxon
8383

.github/workflows/create-tag.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,7 @@ jobs:
1818
- name: Build files using ${{ matrix.node-version }}
1919
uses: actions/setup-node@v1
2020
with:
21-
node-version: ${{ matrix.node-version }}
22-
- name: Get yarn cache directory path
23-
id: yarn-cache-dir-path
24-
run: echo "::set-output name=dir::$(yarn cache dir)"
25-
- uses: actions/cache@v2
26-
id: yarn-cache
27-
with:
28-
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
29-
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
30-
restore-keys: |
31-
${{ runner.os }}-yarn-
21+
node-version: ${{ matrix.node-version }}
3222
- name: Release new version
3323
id: release
3424
run: |
@@ -53,4 +43,4 @@ jobs:
5343
steps:
5444
- name: Meep
5545
run: |
56-
echo "Nothing to do"
46+
echo "Nothing to do"

.github/workflows/deploy-s3-store.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,8 @@ jobs:
1212
- uses: actions/checkout@master
1313
- name: Setup node 14
1414
uses: actions/setup-node@v1
15-
with:
15+
with:
1616
node-version: 14.x
17-
- name: Get yarn cache directory path
18-
id: yarn-cache-dir-path
19-
run: echo "::set-output name=dir::$(yarn cache dir)"
20-
- uses: actions/cache@v4
21-
id: yarn-cache
22-
with:
23-
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
24-
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
25-
restore-keys: |
26-
${{ runner.os }}-yarn-
2717
- name: Build & create dist/artifact
2818
run: |
2919
yarn install --frozen-lockfile

0 commit comments

Comments
 (0)