Skip to content

Commit

Permalink
Fix the release step (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatskaari authored Jun 14, 2023
1 parent e24cd81 commit fda824f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/paku.yaml → .github/workflows/puku.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Paku
name: Puku
on: [push, pull_request]
jobs:
test:
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Build puku
run: ./pleasew build p -v notice --profile release //package:release_files
run: ./pleasew build -p -v notice --profile release //package:release_files
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit fda824f

Please sign in to comment.