Skip to content

Commit

Permalink
fixing release
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Oct 7, 2023
1 parent 9066dbf commit b254c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: 20.x

Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ sentry-create-release, build ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: getsentry/action-release@v1
with:
Expand Down

0 comments on commit b254c70

Please sign in to comment.