File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5050 - name : Create Release
5151 uses : ncipollo/release-action@v1
5252 with :
53- name : " Wireshark SMF Plugin ${{ inputs.version_major }}.${{ inputs.version_minor }}.${{ inputs.version_patch }}"
54- tag : " ${{ inputs.version_major }}.${{ inputs.version_minor }}.${{ inputs.version_patch }}"
53+ name : " v ${{ inputs.version_major }}.${{ inputs.version_minor }}.${{ inputs.version_patch }}"
54+ tag : " v ${{ inputs.version_major }}.${{ inputs.version_minor }}.${{ inputs.version_patch }}"
5555 artifacts : " ${{ env.LINUX_PLUGIN_NAME }}/*, ${{ env.WINDOWS_PLUGIN_NAME }}/*, ${{ env.MACOS_PLUGIN_NAME }}/*"
5656 bodyFile : " ${{ github.workspace }}/.github/workflows/docs/wireshark_smf_${{ inputs.version_major }}-${{ inputs.version_minor }}-x_instructions.md"
5757 draft : true
You can’t perform that action at this time.
0 commit comments