Skip to content

Commit

Permalink
4
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversun9 committed Nov 10, 2023
1 parent 6f44831 commit 97041cd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create-release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
description: The released version without 'v'. For example, 1.0.0.
env:
APP_ID: 251311
# todo: remove
VERSION: 1.28.0
jobs:
prepare:
runs-on: ubuntu-latest
Expand All @@ -32,5 +30,6 @@ jobs:
run: bash ./make/buf/scripts/createreleasepr.bash
env:
GITHUB_TOKEN: ${{ steps.app_token.outputs.token }}
VERSION: ${{ github.event.inputs.version }}
# VERSION: ${{ github.event.inputs.version }}
VERSION: 1.28.0
WEBHOOK_URL: ${{ secrets.SLACK_RELEASE_NOTIFICATION_WEBHOOK }}

0 comments on commit 97041cd

Please sign in to comment.