Skip to content

Commit

Permalink
prep release workflow for noble
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek committed Apr 30, 2024
1 parent 7df257b commit 3405199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

permissions:
contents: write
run-name: Release Ubuntu 24.04 Beta with Rockchip Linux 6.1
run-name: Release Ubuntu 24.04 LTS (Noble Nombat)

jobs:
prepare_release:
Expand All @@ -20,7 +20,7 @@ jobs:
id: release
uses: softprops/action-gh-release@v1
with:
tag_name: v2.0.0-beta1
tag_name: v2.0.0
token: ${{ secrets.GITHUB_TOKEN }}
target_commitish: main
draft: true
Expand Down

0 comments on commit 3405199

Please sign in to comment.