Skip to content

Commit

Permalink
E
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzxDwi authored May 7, 2024
1 parent 5d394b7 commit 4234ca3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ jobs:
${{ github.workspace }}/php
${{ github.workspace }}/php.ini
- name: Create draft release
uses: ncipollo/release-action@v1.14.0
- name: Create release
uses: marvinpinto/action-automatic-releases@latest
with:
artifacts: ${{ github.workspace }}/php,${{ github.workspace }}/php.ini
draft: true
name: Latest PHP
token: ${{ secrets.GITHUB_TOKEN }
files: |
php
php.ini
title: Latest PHP
repo_token: ${{ secrets.GITHUB_TOKEN }

0 comments on commit 4234ca3

Please sign in to comment.