Skip to content

Commit

Permalink
[dev] fix tagged release GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Dec 26, 2024
1 parent 89426c9 commit 6212ab0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:

steps:
- uses: actions/checkout@v4.1.7
- name: numeric version
uses: softprops/action-gh-release@v2.0.8
with:
make_latest: true
fetch-depth: 0
- uses: actions/setup-node@v4.0.3
with:
node-version-file: '.nvmrc'
cache: 'npm'
- uses: electrovir/release-vir@dev

0 comments on commit 6212ab0

Please sign in to comment.