Skip to content

Commit

Permalink
Merge pull request #20 from eduNEXT/cag/pypi
Browse files Browse the repository at this point in the history
chore: add release workflow
  • Loading branch information
Ian2012 authored Nov 25, 2024
2 parents c443f55 + 58f940d commit 2beddc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

push:
runs-on: ubuntu-latest
if: startsWith(github.head_ref, 'v')
if: startsWith(github.ref, 'refs/tags/v')
defaults:
run:
working-directory: ./tutor-contrib-harmony-plugin
Expand Down

0 comments on commit 2beddc1

Please sign in to comment.