Skip to content

Commit

Permalink
Tigger UI for builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Jan 7, 2025
1 parent b2e2152 commit 6b9ae75
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Publish releases
on:
# Triggers the workflow on push when pushing to a version tag
push:
branches:
- jigar/auth-enable
tags:
- '*lantern-*'
workflow_run:
Expand Down Expand Up @@ -223,12 +225,12 @@ jobs:
shasum -a 256 ${{ env.prefix }}-64-bit.deb | cut -d " " -f 1 > ${{ env.prefix }}-64-bit.deb.sha256
shasum -a 256 ${{ env.prefix }}.ipa | cut -d " " -f 1 > ${{ env.prefix }}.ipa.sha256
- name: Commit
run: |
mv lantern-installer* ./lantern-binaries/
cd lantern-binaries
git config user.email "admin@getlantern.org"
git config user.name "Lantern Bot"
git add .
git commit -m "Lantern binaries for version ${{ env.version }}"
git push origin main
# - name: Commit
# run: |
# mv lantern-installer* ./lantern-binaries/
# cd lantern-binaries
# git config user.email "admin@getlantern.org"
# git config user.name "Lantern Bot"
# git add .
# git commit -m "Lantern binaries for version ${{ env.version }}"
# git push origin main

0 comments on commit 6b9ae75

Please sign in to comment.