mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +08:00
fix: unexpected value 'ref'
This commit is contained in:
parent
b56422139f
commit
a7a0c41d30
3
.github/workflows/release-next.yml
vendored
3
.github/workflows/release-next.yml
vendored
@ -14,7 +14,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
ref: next
|
with:
|
||||||
|
ref: next
|
||||||
- name: Send curl request and parse response
|
- name: Send curl request and parse response
|
||||||
env:
|
env:
|
||||||
PKG_USERNAME: ${{ secrets.PKG_USERNAME }}
|
PKG_USERNAME: ${{ secrets.PKG_USERNAME }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user