Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit98626ea

Browse files
authored
extension dev should resemble prod as we have packagaing differences in pro
1 parent84352e3 commit98626ea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎.github/workflows/deploy-production.yml‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ jobs:
2222
fetch-depth:0
2323
-name:Building phoenix release artifacts
2424
working-directory:./phoenix
25+
env:
26+
PRO_REPO_URL:${{ secrets.PRO_REPO_URL }}
27+
PRO_REPO_ACCESS_TOKEN:${{ secrets.PRO_REPO_ACCESS_TOKEN }}
2528
run:|
2629
npm ci
27-
npm run release:dev
30+
npm run release:prod
2831
npm run zipTestFiles
2932
cp -r dist distToDeploy/
3033
cp -r dist distToDeploy/src/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp