Skip to content

Commit

Permalink
trying to debug version number issue on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrozich committed May 5, 2024
1 parent 3dd0df0 commit 8d32aab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
git push --tags
# This step performs the version bump and pushes the changes to the repository

- name: Check updated version
run: cat snowflake_dbml/version.py
# This step checks the updated version in the version.py file

- name: Install project dependencies
run: pip install -r requirements.txt

Expand Down

0 comments on commit 8d32aab

Please sign in to comment.