Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pboutin committed Sep 7, 2024
1 parent 649bce0 commit 5402c40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
inputs:
version_type:
description: 'Version type'
type: 'choice'
required: true
default: 'patch'
options:
Expand All @@ -17,16 +18,15 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ github.token }}

- uses: actions/setup-node@v3
with:
node-version: 18.10.0
cache: 'npm'

- uses: actions/setup-git@v1
with:
token: ${{ github.token }}

- name: Install
run: make install

Expand Down

0 comments on commit 5402c40

Please sign in to comment.