Skip to content

Commit

Permalink
ci: call publish after release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmewes committed May 12, 2023
1 parent 6a609be commit eedf143
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Publish

# on:
# push:
# tags:
# - "*"

on:
push:
tags:
- "*"
workflow_dispatch:

jobs:
publish:
name: Publish
Expand Down

0 comments on commit eedf143

Please sign in to comment.