Skip to content

Commit

Permalink
Fixed publish function package workflow (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Augspurger authored May 31, 2024
1 parent 7e7f100 commit e1c5337
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-func-package-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ defaults:
jobs:
publish:
runs-on: ubuntu-20.04
permissions:
contents: write

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-func-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ defaults:
jobs:
publish:
runs-on: ubuntu-20.04
permissions:
contents: write

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

0 comments on commit e1c5337

Please sign in to comment.