Lines Matching full:name
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
69 mv ${{ github.event.repository.name }} "dokuwiki-${{ env.current_file }}"
73 mkdir ${{ github.event.repository.name }}
74 mv "dokuwiki-${{ env.current_version }}.tgz" ${{ github.event.repository.name }}/
75 mv "dokuwiki-${{ env.current_version }}.zip" ${{ github.event.repository.name }}/
77 - name: Release to Github
81 name: DokuWiki ${{ env.current_raw }} [${{ env.current_update }}]
92 name: Deploy Release
96 - name: Download
100 - name: Setup SSH Key
107 - name: Deploy to Server