mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 11:50:14 +10:00
ci: prepare 3rd parties releases [skip ci]
This commit is contained in:
3
.github/workflows/insider-linux.yml
vendored
3
.github/workflows/insider-linux.yml
vendored
@@ -127,9 +127,6 @@ jobs:
|
|||||||
RELEASE_VERSION: ${{ needs.build.outputs.RELEASE_VERSION }}
|
RELEASE_VERSION: ${{ needs.build.outputs.RELEASE_VERSION }}
|
||||||
run: echo "PACKAGE_VERSION=${RELEASE_VERSION/-*/}" >> $GITHUB_ENV
|
run: echo "PACKAGE_VERSION=${RELEASE_VERSION/-*/}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Register local actions
|
|
||||||
uses: actions/checkout@master
|
|
||||||
|
|
||||||
- name: Publish vscodium-insiders-bin
|
- name: Publish vscodium-insiders-bin
|
||||||
uses: zokugun/github-actions-aur-releaser@v1
|
uses: zokugun/github-actions-aur-releaser@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
30
.github/workflows/stable-linux.yml
vendored
30
.github/workflows/stable-linux.yml
vendored
@@ -112,6 +112,36 @@ jobs:
|
|||||||
run: ./update_version.sh
|
run: ./update_version.sh
|
||||||
if: env.SHOULD_BUILD == 'yes' && env.SHOULD_DEPLOY == 'yes'
|
if: env.SHOULD_BUILD == 'yes' && env.SHOULD_DEPLOY == 'yes'
|
||||||
|
|
||||||
|
aur:
|
||||||
|
needs: build
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
if: needs.build.outputs.SHOULD_DEPLOY == 'yes'
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Get version
|
||||||
|
env:
|
||||||
|
RELEASE_VERSION: ${{ needs.build.outputs.RELEASE_VERSION }}
|
||||||
|
run: echo "PACKAGE_VERSION=${RELEASE_VERSION/-*/}" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
- name: Publish vscodium
|
||||||
|
uses: zokugun/github-actions-aur-releaser@v1
|
||||||
|
with:
|
||||||
|
package_name: vscodium
|
||||||
|
package_version: ${{ env.PACKAGE_VERSION }}
|
||||||
|
aur_private_key: ${{ secrets.AUR_PRIVATE_KEY }}
|
||||||
|
aur_username: ${{ secrets.AUR_USERNAME }}
|
||||||
|
aur_email: ${{ secrets.AUR_EMAIL }}
|
||||||
|
|
||||||
|
- name: Publish vscodium-git
|
||||||
|
uses: zokugun/github-actions-aur-releaser@v1
|
||||||
|
with:
|
||||||
|
package_name: vscodium-git
|
||||||
|
package_type: rolling
|
||||||
|
package_version: ${{ env.PACKAGE_VERSION }}
|
||||||
|
aur_private_key: ${{ secrets.AUR_PRIVATE_KEY }}
|
||||||
|
aur_username: ${{ secrets.AUR_USERNAME }}
|
||||||
|
aur_email: ${{ secrets.AUR_EMAIL }}
|
||||||
|
|
||||||
snap:
|
snap:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
2
.github/workflows/stable-windows.yml
vendored
2
.github/workflows/stable-windows.yml
vendored
@@ -129,7 +129,7 @@ jobs:
|
|||||||
- name: Release to WinGet
|
- name: Release to WinGet
|
||||||
uses: vedantmgoyal2009/winget-releaser@latest
|
uses: vedantmgoyal2009/winget-releaser@latest
|
||||||
with:
|
with:
|
||||||
identifier: VSCodium.VSCodium.Insiders
|
identifier: VSCodium.VSCodium
|
||||||
release-tag: ${{ env.RELEASE_VERSION }}
|
release-tag: ${{ env.RELEASE_VERSION }}
|
||||||
installers-regex: '\.exe$' # only .exe files
|
installers-regex: '\.exe$' # only .exe files
|
||||||
token: ${{ secrets.STRONGER_GITHUB_TOKEN }}
|
token: ${{ secrets.STRONGER_GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user