Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderdekroon committed Jun 2, 2022
1 parent 0a49680 commit 28ba938
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
php_version: "7.3"
php_extensions: sodium
- run: ./package.sh
- name: Release
uses: fnkr/github-action-ghr@v1
Expand Down

0 comments on commit 28ba938

Please sign in to comment.