Skip to content

Commit

Permalink
fixup! ci: add test to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Apr 24, 2024
1 parent b90eb74 commit 62a946b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ jobs:
test:
runs-on: ubuntu-22.04
permissions:
contents: read
# Job needs content:write to see draft releases.
contents: write
packages: read
needs: release
steps:
Expand Down

0 comments on commit 62a946b

Please sign in to comment.