Skip to content

Commit

Permalink
use npm version from git
Browse files Browse the repository at this point in the history
  • Loading branch information
twobiers committed Sep 6, 2024
1 parent c4fd7fa commit 618f404
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- "*"
- "v*.*.*"

jobs:
test:
Expand Down Expand Up @@ -37,6 +37,7 @@ jobs:
registry-url: "https://registry.npmjs.org"
cache: npm

- run: npm version from-git
- run: npm ci
- run: npm run build
- run: npm publish --access public --provenance
Expand Down

0 comments on commit 618f404

Please sign in to comment.