Lines Matching full:github
1 # This workflow creates a new tag, builds the release archives and uploads them to GitHub and our s…
22 php .github/release.php current >> $GITHUB_ENV
32 uses: actions/github-script@v6
35 github-token: ${{ secrets.RELEASE_TOKEN }}
38 github.rest.git.createRef({
55 php .github/release.php current >> $GITHUB_ENV
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