Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
chore: templates generated by RadxaOS-SDK/rsdk@cda089e.dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 28, 2024
1 parent 1e09314 commit 49a4b2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
body_path: "README.md"
draft: false
files: ".changelog/changelog.md"
name: "b${{ github.run_number }} (rsdk)"
prerelease: true
tag_name: "b${{ github.run_number }}"
tag_name: "rsdk-b${{ github.run_number }}"
target_commitish: "main"
token: "${{ secrets.GITHUB_TOKEN }}"
name: "Build image for release channel"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
Only use when specifically instructed by Radxa support.
draft: false
files: ".changelog/changelog.md"
name: "t${{ github.run_number }} (rsdk)"
prerelease: true
tag_name: "t${{ github.run_number }}"
tag_name: "rsdk-t${{ github.run_number }}"
target_commitish: "main"
token: "${{ secrets.GITHUB_TOKEN }}"
name: "Build image for test channel"
Expand Down

0 comments on commit 49a4b2a

Please sign in to comment.