Skip to content

Commit

Permalink
Fixed publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bananu7 committed Sep 10, 2023
1 parent aea0c6a commit 3e5c7d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Publish

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

publish:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3e5c7d5

Please sign in to comment.