Skip to content

Commit

Permalink
Merge branch '6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 11, 2024
2 parents d2457be + db15469 commit 0c4fd49
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yaml
Expand Up @@ -13,6 +13,9 @@ jobs:

runs-on: ubuntu-latest

permissions:
contents: write

steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -34,6 +37,7 @@ jobs:
- name: Create release
uses: ncipollo/release-action@v1
with:
bodyFile: release-notes.md
tag: ${{ env.RELEASE_TAG }}
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ env.RELEASE_TAG }}
name: phpunit/php-timer ${{ env.RELEASE_TAG }}
bodyFile: release-notes.md

0 comments on commit 0c4fd49

Please sign in to comment.