Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FoundTheWOUT committed Apr 17, 2024
1 parent d7620a7 commit ba53823
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: release

on:
push:
branches: ["main"]
tags:
- "*"

jobs:
release:
Expand Down Expand Up @@ -34,18 +35,17 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install

- name: Build package
run: pnpm build

- name: Pack
run: pnpm pack-ext
- run: pnpm install
- run: pnpm build
- run: pnpm pack-ext

- name: Archive production artifacts
- name: Archive
uses: actions/upload-artifact@v4
with:
name: utools-excalidraw
path: utools-excalidraw.upx

- name: Release
uses: softprops/action-gh-release@v2
with:
files: utools-excalidraw.upx

0 comments on commit ba53823

Please sign in to comment.