Skip to content

Commit

Permalink
ci: update release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jan 26, 2024
1 parent cabfb33 commit f315ea2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
name: Prepeare release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- uses: actions/setup-node@v2.4.0
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18

- run: yarn

Expand All @@ -40,7 +40,7 @@ jobs:
name: Create tags
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Generate token
id: generate_token
Expand Down

0 comments on commit f315ea2

Please sign in to comment.