mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
only deploy to app store on release
This commit is contained in:
parent
dc192b75a1
commit
38ecc3b74b
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -350,7 +350,7 @@ jobs:
|
|||||||
path: ./dist/mas/Bitwarden-${{ env.PACKAGE_VERSION }}.pkg
|
path: ./dist/mas/Bitwarden-${{ env.PACKAGE_VERSION }}.pkg
|
||||||
|
|
||||||
- name: Deploy to App Store
|
- name: Deploy to App Store
|
||||||
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
run: npm run upload:mas
|
run: npm run upload:mas
|
||||||
env:
|
env:
|
||||||
APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}
|
APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}
|
||||||
|
Loading…
Reference in New Issue
Block a user