Skip to content

Commit

Permalink
GH Actions: publish tags starting with v0., not just 0.
Browse files Browse the repository at this point in the history
The tag for version 0.10 was `v0.10.0`, so let's complete the transition
to tags with the `v` prefix.
  • Loading branch information
generalmimon committed Aug 19, 2024
1 parent b211ff4 commit 4dbdab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: npm build
name: npm publish

on:
push:
tags:
- '0.[0-9]+.[0-9]+-SNAPSHOT.[0-9]+'
- 'v0.[0-9]+.[0-9]+-SNAPSHOT.[0-9]+'

jobs:
publish-npm:
Expand Down

0 comments on commit 4dbdab5

Please # to comment.