Skip to content

Commit

Permalink
feat: update ref
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 committed Dec 17, 2024
1 parent 4078ca9 commit 8edf568
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
version:
type: string
default: 0.0.1
ref:
type: string
default: dev

jobs:
build-binary:
Expand All @@ -23,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: dream-num/univer-desktop
# ref: feat/dmg-appimage
ref: ${{ inputs.ref }}
token: ${{ secrets.GH_TOKEN }}
submodules: true

Expand Down

0 comments on commit 8edf568

Please sign in to comment.