PHP Classes

File: .github/workflows/release.yml

Recommend this page to a friend!
  Classes of Victor Andeloci   Kuarasy PHP MySQL Framework   .github/workflows/release.yml   Download  
File: .github/workflows/release.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Kuarasy PHP MySQL Framework
Framework to develop PHP applications using MySQL
Author: By
Last change:
Date: 10 months ago
Size: 386 bytes
 

Contents

Class file image Download
name: Release on: pull_request: branches: [ main ] types: [closed] jobs: release: runs-on: ubuntu-latest env: RELEASE_TAG: 1.5.2 steps: - uses: actions/checkout@v2 - name: Create a GitHub release uses: ncipollo/release-action@v1 with: tag: ${{ env.RELEASE_TAG }} name: Kûarasy - v${{ env.RELEASE_TAG }}