Skip to content

Commit

Permalink
Use prefixed tags for publish config (#664)
Browse files Browse the repository at this point in the history
The auto-publish comment already indicates that the package name prefix
should be used.
  • Loading branch information
natebosch authored May 5, 2023
1 parent c53727e commit de29956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [ master ]
push:
tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ]

jobs:
publish:
Expand Down

0 comments on commit de29956

Please sign in to comment.