Update update.yml

This commit is contained in:
Leonardo Eugênio 2024-07-05 15:02:21 -03:00 committed by GitHub
parent ea1dbe1c7a
commit 592193244b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,6 @@ jobs:
if: ${{ steps.current-version.outputs.version != steps.new-version.outputs.version }} if: ${{ steps.current-version.outputs.version != steps.new-version.outputs.version }}
uses: peter-evans/create-pull-request@v5 uses: peter-evans/create-pull-request@v5
with: with:
token: ${{ secrets.BOT_TOKEN }}
base: outdated base: outdated
add-paths: ./package/ add-paths: ./package/
commit-message: update ${{ steps.current-version.outputs.version }} -> ${{ steps.new-version.outputs.version }} commit-message: update ${{ steps.current-version.outputs.version }} -> ${{ steps.new-version.outputs.version }}