Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Jan 19, 2025
1 parent ba03c5f commit aef06a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
prerelease: false
allowUpdates: true
bodyFile: "${{ github.workspace }}/release_notes.md"
token: "{{ secrets.RELEASE_PAT }}"
token: "${{ secrets.RELEASE_PAT }}"
outputs:
upload_url: ${{ steps.maker.outputs.upload_url }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
tag: weekly-canary-release-${{ github.sha }}
allowUpdates: true
bodyFile: "${{ github.workspace }}/release_notes.md"
token: "{{ secrets.RELEASE_PAT }}"
token: "${{ secrets.RELEASE_PAT }}"
- uses: sgpublic/[email protected]
with:
repo: 'streetpea/chiaki-ng'
Expand Down

0 comments on commit aef06a0

Please sign in to comment.