Skip to content

Commit

Permalink
feat: Try Bundle 2
Browse files Browse the repository at this point in the history
  • Loading branch information
just-ak committed Nov 27, 2024
1 parent 55a5022 commit 972f8d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Submit Extension
name: Main Semantic Release

on:
push:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
- name: Install Dependencies
run: npm install

- name: Install Dependencies
- name: Build Project
run: npm run build

- name: Build Project
run: npm run archive

- name: Release
uses: softprops/action-gh-release@v2
# if: startsWith(github.ref, 'refs/tags/')
with:
files: |
./archive/archive.zip
files: ./archive/archive.zip

0 comments on commit 972f8d4

Please sign in to comment.