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