Skip to content

Commit

Permalink
Add: GitHub Action
Browse files Browse the repository at this point in the history
Signed-off-by: NaveenKumar Namachivayam <[email protected]>
  • Loading branch information
QAInsights committed Nov 19, 2023
1 parent a7eb09c commit 9215b9a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,11 @@ jobs:
path: dist-arm64/Hamster-darwin.dmg
if: matrix.os == 'self-hosted' && matrix.arch == 'ARM64'

- name: Create tag
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git tag v${{ github.run_number }}
git push origin v${{ github.run_number }}
- name: GitHub Tag
uses: mathieudutour/[email protected]
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
github_token: ${{ secrets.HAMSTER_APP_RELEASE_SECRET }}

- name: Release Darwin
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 9215b9a

Please sign in to comment.