Skip to content

Commit 59a01b8

Browse files
committed
simplify craft cfg
1 parent f915d83 commit 59a01b8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.craft.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,5 @@ requireNames:
1313
targets:
1414
- name: github
1515
includeNames: /^sentry-.*.tgz$/
16-
# TODO: Remove once we replace the webpack plugin
17-
excludeNames: /^sentry-webpack-plugin-*.tgz$/
1816
- name: npm
1917
includeNames: /^sentry-.*.tgz$/
20-
# TODO: Remove once we replace the webpack plugin
21-
excludeNames: /^sentry-webpack-plugin-*.tgz$/

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: pack
9797
run: yarn build:npm
9898
- name: archive artifacts
99-
uses: actions/upload-artifact@v2
99+
uses: actions/upload-artifact@v3
100100
with:
101101
name: ${{ github.sha }}
102102
path: |

0 commit comments

Comments
 (0)