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

Commit

Permalink
feature(#192): updated chrome extension release file
Browse files Browse the repository at this point in the history
  • Loading branch information
neptune-web committed Jul 12, 2023
1 parent 5efe163 commit ace6f09
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/chrome-extension-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '*'
workflow_dispatch:
jobs:
build:
chrome-extension-release:
permissions: write-all
runs-on: ubuntu-latest
defaults:
Expand Down Expand Up @@ -49,19 +49,9 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: chrome-extension.zip
name: ${{ env.date_today }} - ${{ env.repository_name }} - Chrome Extension release generated
path: Extension/zip/

release:
needs: build
permissions: write-all
runs-on: ubuntu-latest
defaults:
run:
working-directory: Extension

steps:

- name: Create Release
id: create_extension_release
uses: actions/create-release@v1
Expand Down

0 comments on commit ace6f09

Please sign in to comment.