PHP Classes

File: .github/workflows/release.yml

Recommend this page to a friend!
  Classes of Dimitri Sitchet   PHP Sysinfo Command   .github/workflows/release.yml   Download  
File: .github/workflows/release.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Sysinfo Command
Get the current machine CPU, memory, disk, etc.
Author: By
Last change:
Date: 1 year ago
Size: 604 bytes
 

Contents

Class file image Download
name: Release on: push: tags: - '**' jobs: build: name: Create a release runs-on: ubuntu-20.04 steps: - name: Checkout code uses: actions/checkout@v2 - name: Create release uses: actions/create-release@latest env: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} with: tag_name: ${{ github.ref }} release_name: ${{ github.ref }} Dimtrov - Sysinfo draft: true prerelease: false body: | Please refer to the [CHANGELOG](CHANGELOG.md) for the detailed list of changes.