Skip to content

Commit

Permalink
ci: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Nov 12, 2023
1 parent 765e676 commit fd0155d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [ 16.13.2 ]
runs-on: ubuntu-latest
steps:
- name: Checkout PR
uses: actions/checkout@v3
Expand Down

0 comments on commit fd0155d

Please sign in to comment.