Lines Matching +full:name -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
5 name: "Release: Tag, Build & Deploy"
14 name: Tag Release
17 - name: Checkout
20 - name: Prepare Environment
24 - name: Check if a tag already exists
31 - name: Create tag
46 name: Build Release
50 - name: Checkout
53 - name: Prepare Environment
57 - name: Build Archives
65 mv ${{ github.event.repository.name }} "dokuwiki-${{ env.current_file }}"
69 mkdir ${{ github.event.repository.name }}
70 mv "dokuwiki-${{ env.current_version }}.tgz" ${{ github.event.repository.name }}/
71 mv "dokuwiki-${{ env.current_version }}.zip" ${{ github.event.repository.name }}/
73 - name: Release to Github
77 name: DokuWiki ${{ env.current_raw }} [${{ env.current_update }}]
88 name: Deploy Release
92 - name: Download
96 - name: Setup SSH Key
103 - name: Deploy to Server