Skip to content

Commit

Permalink
Merge pull request #18 from exonet/dependabot/github_actions/release-…
Browse files Browse the repository at this point in the history
…drafter/release-drafter-5.16.1

Bump release-drafter/release-drafter from 5.15.0 to 5.16.1
  • Loading branch information
trizz committed Jan 13, 2022
2 parents c6013cc + b6113f2 commit cc9e029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:

- name: 📦 Composer install
uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php }}

- name: 🧰 Run unit tests
uses: php-actions/phpunit@v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🚀 Run Release Drafter
uses: release-drafter/release-drafter@v5.15.0
uses: release-drafter/release-drafter@v5.16.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cc9e029

Please sign in to comment.