mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:05:45 +00: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:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
ref: next
|
||||
with:
|
||||
ref: next
|
||||
- name: Send curl request and parse response
|
||||
env:
|
||||
PKG_USERNAME: ${{ secrets.PKG_USERNAME }}
|
||||
|
Loading…
Reference in New Issue
Block a user