Skip to content

Commit

Permalink
fix: version bump test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nava Atluri committed Mar 15, 2023
1 parent 4baa9c8 commit 5b496f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/secureliCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
poetry run poe coverage
poetry run secureli yeti
- name: Semantic Release
if: github.event_name == 'push' && github.ref == 'refs/heads/feature-nava'
if: github.event_name == 'push' && github.ref == 'refs/heads/feature/stft-133-test-version'
run: |
export GH_TOKEN=${{ secrets.GITHUB_TOKEN }}
pip install python-semantic-release
Expand Down

0 comments on commit 5b496f9

Please sign in to comment.