Skip to content

Commit

Permalink
Update pipeline actions to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGodbehere committed Mar 30, 2023
1 parent 0b455f4 commit 80e7e3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:

on:
release:
types: [published]
types: [ published ]
# Trigger only when a release with tag v*.*.* is published
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
Expand Down Expand Up @@ -37,10 +37,10 @@ jobs:
needs: update-version
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '16.x'

Expand Down

0 comments on commit 80e7e3b

Please sign in to comment.