mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
build: remove unnecessary continue-on-error #453
This commit is contained in:
parent
41e3d96a64
commit
30d6c83fa3
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ runs:
|
||||||
|
|
||||||
- name: Create final tag
|
- name: Create final tag
|
||||||
shell: bash
|
shell: bash
|
||||||
continue-on-error: true
|
|
||||||
env:
|
env:
|
||||||
MILESTONE: ${{ inputs.milestone }}
|
MILESTONE: ${{ inputs.milestone }}
|
||||||
MILESTONE_MINOR: ${{ steps.mainvers.outputs.value }}
|
MILESTONE_MINOR: ${{ steps.mainvers.outputs.value }}
|
||||||
|
|
Loading…
Reference in a new issue