mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 20:00:15 +10:00
ci(aur): the version is automatically determined [skip ci]
This commit is contained in:
7
.github/workflows/stable-linux.yml
vendored
7
.github/workflows/stable-linux.yml
vendored
@@ -121,16 +121,10 @@ jobs:
|
|||||||
if: needs.build.outputs.SHOULD_DEPLOY == 'yes'
|
if: needs.build.outputs.SHOULD_DEPLOY == 'yes'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Get version
|
|
||||||
env:
|
|
||||||
RELEASE_VERSION: ${{ needs.build.outputs.RELEASE_VERSION }}
|
|
||||||
run: echo "PACKAGE_VERSION=${RELEASE_VERSION/-*/}" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Publish vscodium
|
- name: Publish vscodium
|
||||||
uses: zokugun/github-actions-aur-releaser@v1
|
uses: zokugun/github-actions-aur-releaser@v1
|
||||||
with:
|
with:
|
||||||
package_name: vscodium
|
package_name: vscodium
|
||||||
package_version: ${{ env.PACKAGE_VERSION }}
|
|
||||||
aur_private_key: ${{ secrets.AUR_PRIVATE_KEY }}
|
aur_private_key: ${{ secrets.AUR_PRIVATE_KEY }}
|
||||||
aur_username: ${{ secrets.AUR_USERNAME }}
|
aur_username: ${{ secrets.AUR_USERNAME }}
|
||||||
aur_email: ${{ secrets.AUR_EMAIL }}
|
aur_email: ${{ secrets.AUR_EMAIL }}
|
||||||
@@ -141,7 +135,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
package_name: vscodium-git
|
package_name: vscodium-git
|
||||||
package_type: rolling
|
package_type: rolling
|
||||||
package_version: ${{ env.PACKAGE_VERSION }}
|
|
||||||
aur_private_key: ${{ secrets.AUR_PRIVATE_KEY }}
|
aur_private_key: ${{ secrets.AUR_PRIVATE_KEY }}
|
||||||
aur_username: ${{ secrets.AUR_USERNAME }}
|
aur_username: ${{ secrets.AUR_USERNAME }}
|
||||||
aur_email: ${{ secrets.AUR_EMAIL }}
|
aur_email: ${{ secrets.AUR_EMAIL }}
|
||||||
|
|||||||
Reference in New Issue
Block a user