We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9ef54 commit 624af09Copy full SHA for 624af09
.github/workflows/release.yml
@@ -125,7 +125,7 @@ jobs:
125
GH_TOKEN: ${{ secrets.RELEASE_PAT || secrets.GITHUB_TOKEN }}
126
run: |
127
PR_URL=$(gh pr create \
128
- --title "chore: release ${{ needs.validate.outputs.version }}" \
+ --title "build: release ${{ needs.validate.outputs.version }}" \
129
--body "**Automated release PR**
130
131
- freenet: → **${{ needs.validate.outputs.version }}**
0 commit comments