Skip to content

Commit

Permalink
Update release.yml (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel-MultiSafepay committed Feb 15, 2024
1 parent cb9f8a4 commit dbc76c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
name: Upload Release Asset OC 4.0 # Name of the job
runs-on: ubuntu-latest # or windows-latest, macOS-latest
steps:
- name: Install Hub
run: |
sudo apt-get update
sudo apt-get install -y hub
- name: Setup PHP Action
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit dbc76c0

Please sign in to comment.