Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Dec 7, 2023
1 parent cf3b00d commit b05fede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
sed -i "s/version dev/version ${{ github.event.release.tag_name }}/" data_model/schemaspy.properties
docker compose run schemaspy
zip -r signalo-${{ github.event.release.tag_name }}-model-documentation.zip datamodel/schemaspy/*
zip -r signalo-${{ github.event.release.tag_name }}-model-documentation.zip data_model/schemaspy/*
- name: Login to DockerHub
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit b05fede

Please sign in to comment.