mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 02:06:14 +00:00
Merge branch 'main' into next
This commit is contained in:
commit
11017da282
@ -77,7 +77,7 @@ jobs:
|
||||
- name: Get tag
|
||||
id: get-tag
|
||||
run: |
|
||||
if ["${{ inputs.pr_number }}" != ""]; then
|
||||
if [ "${{ inputs.pr_number }}" != "" ]; then
|
||||
echo "tag=pr-${{ inputs.pr_number }}" >> "$GITHUB_OUTPUT"
|
||||
else
|
||||
echo "tag=${{ github.head_ref || github.ref_name }}" >> "$GITHUB_OUTPUT"
|
||||
|
Loading…
Reference in New Issue
Block a user