Searched +full:- +full:xzvf (Results 1 – 1 of 1) sorted by relevance
3 # release-preparation workflow9 - stable15 runs-on: ubuntu-latest17 - name: Checkout20 - name: Prepare Environment24 - name: Check if a tag already exists26 if git rev-parse "release-${{ env.current_version }}" >/dev/null 2>&1; then31 - name: Create tag32 uses: actions/github-script@v635 github-token: ${{ secrets.RELEASE_TOKEN }}[all …]