Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Dec 4, 2023
1 parent ab51df3 commit 06a939b
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,6 @@ permissions:
# issues: write

jobs:
extension-release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16

- name: Install dependencies
run: npm install
working-directory: ./extension

- name: Build
run: npm run build
working-directory: ./extension

- name: Zip dist
run: zip -r extension.zip extension/dist

- name: Create release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: extension.zip
goreleaser:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 06a939b

Please sign in to comment.