Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Update setup-node/checkout actions, allow for manual release
  • Loading branch information
nobodywasishere authored Feb 2, 2024
1 parent de802bf commit 41ae652
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
on:
release:
types:
- created
- released
workflow_dispatch:

name: Publish Extension
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
Expand Down

0 comments on commit 41ae652

Please sign in to comment.