Skip to content

Commit

Permalink
test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mryanshenghong committed Nov 10, 2022
1 parent 4d94f97 commit a6fda4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install Sentry CLI
run: |
curl -sL https://sentry.io/get-cli/ | bash
EXPORT VERSION=$(echo `sentry-cli releases propose-version`)
export VERSION=$(echo `sentry-cli releases propose-version`)
echo $VERSION
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"sentry:generate": "echo `sentry-cli releases propose-version`",
"sentry:upload": "sentry-cli releases files 'bf1808c1f989aad7390140e03479b3f11de2b1ac' upload-sourcemaps ./dist/assets --ext js --ext map --url-prefix 'http://blog.yanshenghong.com/'",
"sentry:upload": "sentry-cli releases files '4d94f977f6426bcc66ade9e0ec81f809366829e3' upload-sourcemaps ./dist --ext js --ext map",
"preview": "vite preview"
},
"dependencies": {
Expand Down

0 comments on commit a6fda4b

Please sign in to comment.