mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
chore: Update alpha.yml workflow to remove unused artifact upload step
This commit is contained in:
14
.github/workflows/alpha.yml
vendored
14
.github/workflows/alpha.yml
vendored
@@ -592,9 +592,11 @@ jobs:
|
||||
cp -a ../linux_update_manifest/. updates/browser/
|
||||
cp -a ../windows_update_manifest/. updates/browser/
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: 🔖 Uploading update manifests
|
||||
commit_user_name: Zen Browser Robot
|
||||
commit_user_email: zen-browser-bot@users.noreply.github.com
|
||||
repository: ./updates-server
|
||||
- name: Commit update manifests
|
||||
run: |
|
||||
git config --global user.email "zen-browser-bot@users.noreply.github.com"
|
||||
git config --global user.name "zen-browser-bot"
|
||||
git add .
|
||||
git commit -m "Update manifests for ${{ needs.build-data.outputs.version }}"
|
||||
git remote set-url origin git@github.com:{username}/{repo}.git
|
||||
git push
|
||||
|
@@ -27,7 +27,7 @@
|
||||
"brandShortName": "Zen Browser",
|
||||
"brandFullName": "Zen Browser",
|
||||
"release": {
|
||||
"displayVersion": "0.0.0-a.3",
|
||||
"displayVersion": "0.0.0-a.2",
|
||||
"github": {
|
||||
"repo": "zen-browser/desktop"
|
||||
},
|
||||
|
Reference in New Issue
Block a user