chore: deprecate ci environment (#5592)
This commit is contained in:
parent
cc2e6c7edc
commit
35154887e3
1
.github/workflows/publish-npm-core.yml
vendored
1
.github/workflows/publish-npm-core.yml
vendored
@ -6,7 +6,6 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
build-and-publish-plugins:
|
build-and-publish-plugins:
|
||||||
environment: production
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
@ -43,7 +43,6 @@ jobs:
|
|||||||
build-linux-x64:
|
build-linux-x64:
|
||||||
if: inputs.public_provider == 'github' || inputs.public_provider == 'none'
|
if: inputs.public_provider == 'github' || inputs.public_provider == 'none'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: production
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
@ -76,7 +75,6 @@ jobs:
|
|||||||
cp electron/icons_dev/jan-nightly-tray@2x.png electron/icons/icon-tray@2x.png
|
cp electron/icons_dev/jan-nightly-tray@2x.png electron/icons/icon-tray@2x.png
|
||||||
cp electron/icons_dev/jan-nightly-tray.png electron/icons/icon-tray.png
|
cp electron/icons_dev/jan-nightly-tray.png electron/icons/icon-tray.png
|
||||||
|
|
||||||
|
|
||||||
- name: Installing node
|
- name: Installing node
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
@ -131,7 +129,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
VERSION_TAG: ${{ inputs.new_version }}
|
VERSION_TAG: ${{ inputs.new_version }}
|
||||||
|
|
||||||
- name: Build and publish app to aws s3 r2 or github artifactory
|
- name: Build and publish app to aws s3 r2 or github artifactory
|
||||||
if: inputs.public_provider != 'github'
|
if: inputs.public_provider != 'github'
|
||||||
run: |
|
run: |
|
||||||
# check public_provider is true or not
|
# check public_provider is true or not
|
||||||
@ -185,4 +183,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: jan-electron-linux-amd64-${{ inputs.new_version }}-AppImage
|
name: jan-electron-linux-amd64-${{ inputs.new_version }}-AppImage
|
||||||
path: ./electron/dist/*.AppImage
|
path: ./electron/dist/*.AppImage
|
||||||
|
|||||||
@ -53,7 +53,6 @@ jobs:
|
|||||||
build-macos:
|
build-macos:
|
||||||
if: inputs.public_provider == 'github' || inputs.public_provider == 'none'
|
if: inputs.public_provider == 'github' || inputs.public_provider == 'none'
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
environment: production
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
@ -61,7 +60,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: ${{ inputs.ref }}
|
ref: ${{ inputs.ref }}
|
||||||
|
|
||||||
- name: Replace Icons for Beta Build
|
- name: Replace Icons for Beta Build
|
||||||
if: inputs.beta == true && inputs.nightly != true
|
if: inputs.beta == true && inputs.nightly != true
|
||||||
shell: bash
|
shell: bash
|
||||||
@ -161,7 +160,7 @@ jobs:
|
|||||||
p12-file-base64: ${{ secrets.CODE_SIGN_P12_BASE64 }}
|
p12-file-base64: ${{ secrets.CODE_SIGN_P12_BASE64 }}
|
||||||
p12-password: ${{ secrets.CODE_SIGN_P12_PASSWORD }}
|
p12-password: ${{ secrets.CODE_SIGN_P12_PASSWORD }}
|
||||||
|
|
||||||
- name: Build and publish app to aws s3 r2 or github artifactory
|
- name: Build and publish app to aws s3 r2 or github artifactory
|
||||||
if: inputs.public_provider != 'github'
|
if: inputs.public_provider != 'github'
|
||||||
run: |
|
run: |
|
||||||
# check public_provider is true or not
|
# check public_provider is true or not
|
||||||
@ -231,4 +230,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: jan-electron-mac-universal-${{ inputs.new_version }}
|
name: jan-electron-mac-universal-${{ inputs.new_version }}
|
||||||
path: ./electron/dist/*.dmg
|
path: ./electron/dist/*.dmg
|
||||||
|
|||||||
@ -9,7 +9,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
get-update-version:
|
get-update-version:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: production
|
|
||||||
outputs:
|
outputs:
|
||||||
new_version: ${{ steps.version_update.outputs.new_version }}
|
new_version: ${{ steps.version_update.outputs.new_version }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@ -26,7 +26,6 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
noti-discord-and-update-url-readme:
|
noti-discord-and-update-url-readme:
|
||||||
environment: production
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|||||||
@ -55,7 +55,6 @@ jobs:
|
|||||||
DEB_SIG: ${{ steps.packageinfo.outputs.DEB_SIG }}
|
DEB_SIG: ${{ steps.packageinfo.outputs.DEB_SIG }}
|
||||||
APPIMAGE_SIG: ${{ steps.packageinfo.outputs.APPIMAGE_SIG }}
|
APPIMAGE_SIG: ${{ steps.packageinfo.outputs.APPIMAGE_SIG }}
|
||||||
APPIMAGE_FILE_NAME: ${{ steps.packageinfo.outputs.APPIMAGE_FILE_NAME }}
|
APPIMAGE_FILE_NAME: ${{ steps.packageinfo.outputs.APPIMAGE_FILE_NAME }}
|
||||||
environment: production
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@ -63,7 +63,6 @@ jobs:
|
|||||||
outputs:
|
outputs:
|
||||||
MAC_UNIVERSAL_SIG: ${{ steps.metadata.outputs.MAC_UNIVERSAL_SIG }}
|
MAC_UNIVERSAL_SIG: ${{ steps.metadata.outputs.MAC_UNIVERSAL_SIG }}
|
||||||
TAR_NAME: ${{ steps.metadata.outputs.TAR_NAME }}
|
TAR_NAME: ${{ steps.metadata.outputs.TAR_NAME }}
|
||||||
environment: production
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user