Skip to content

Commit

Permalink
Update compile_and_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sr2echa authored Oct 28, 2023
1 parent 74aae71 commit 45d1669
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/compile_and_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Compile And Release
name: Compile Chrome Extension

on:
push:
Expand Down Expand Up @@ -62,6 +62,8 @@ jobs:
git add .github/releases/ThottaThukiduven.crx .github/releases/updates.xml
git commit -m "Add compiled extension and updates.xml"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create GitHub release
id: create_release
Expand All @@ -72,6 +74,8 @@ jobs:
body: Description of the release.
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload CRX to release
uses: actions/upload-release-asset@v1
Expand All @@ -80,4 +84,6 @@ jobs:
asset_path: ./.github/releases/ThottaThukiduven.crx
asset_name: ThottaThukiduven.crx
asset_content_type: application/x-chrome-extension
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 45d1669

Please sign in to comment.