Skip to content

Commit

Permalink
chore: 🔧 set release policy to PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed May 17, 2024
1 parent c72a25b commit 2b15ff8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ jobs:
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: php

0 comments on commit 2b15ff8

Please sign in to comment.