Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Pickering committed Nov 19, 2021
1 parent fd34dcf commit e9f0b14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ jobs:
git add .
git commit -m "added release $VERSION"
git push
env:
VERSION: ${{ github.event.release.tag_name }}
USER: ${{ secrets.GIT_USER }}
EMAIL: ${{ secrets.GIT_EMAIL }}

- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.PPA_REPO_PAT }}
branch: "master"
env:
VERSION: ${{ github.event.release.tag_name }}
USER: ${{ secrets.GIT_USER }}
EMAIL: ${{ secrets.GIT_EMAIL }}

0 comments on commit e9f0b14

Please sign in to comment.