Skip to content

Commit

Permalink
refactor: update GitHub Actions workflow name and adjust release tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
bhunter234 committed Jan 11, 2025
1 parent d0528fe commit bf25ccc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Teldrive UI
name: Build and Release

on:
push:
Expand All @@ -18,7 +18,7 @@ jobs:

- uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- name: Install dependencies
run: pnpm install
Expand All @@ -32,6 +32,5 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
tag_name: v1
tag_name: latest
files: teldrive-ui.zip
prerelease: true

0 comments on commit bf25ccc

Please sign in to comment.