Skip to content

Commit

Permalink
fixing workflow...
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeetree committed Feb 20, 2025
1 parent 2c08693 commit c443a8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest

# Needed by release action
permissions:
contents: write

steps:
- name: checkout repo
uses: actions/checkout@v2
Expand Down

0 comments on commit c443a8e

Please sign in to comment.