Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Drop package name tag prefix for workflow (#420)
Browse files Browse the repository at this point in the history
Fix an incorrect copy/paste.
  • Loading branch information
natebosch authored Jun 1, 2023
1 parent 53c7459 commit b07f6b3
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 @@ -7,7 +7,7 @@ on:
branches: [ master ]
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ]
tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]

jobs:
publish:
Expand Down

0 comments on commit b07f6b3

Please sign in to comment.