diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 01c997b..3f03574 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -1,4 +1,5 @@ name: Update version on build.zig.zon + on: push: branches: [ "main" ] @@ -6,6 +7,8 @@ on: branches: [ "main" ] workflow_dispatch: +permissions: write-all + jobs: update: runs-on: ubuntu-latest