Skip to content

Commit

Permalink
change publish env
Browse files Browse the repository at this point in the history
  • Loading branch information
ttop32 committed Jan 26, 2024
1 parent f870334 commit f6f47e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ jobs:
publish:
name: Publish Extension to Store
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit f6f47e9

Please sign in to comment.