Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
parafoxia committed Nov 13, 2021
1 parent 99db467 commit db687c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Check version
run: |
[[ $(sed -rn 's/__version__ = "(.*)"/v\1/p' nusex/__init__.py) == ${{ github.event.release.tag_name }} ]]
[[ $(sed -rn 's/__version__ = "(.*)"/v\1/p' analytix/__init__.py) == ${{ github.event.release.tag_name }} ]]
build:
name: Build package
Expand Down

0 comments on commit db687c7

Please sign in to comment.