Skip to content

Commit

Permalink
Update deploy_autonomy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Byrdman32 authored Apr 25, 2024
1 parent 43a644d commit 63f9cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_autonomy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
working-directory: /opt/Autonomy_Software/artifacts/

- name: Create Release
if: github.event_name == 'push' && github.ref == 'refs/tags/v*'
if: github.event_name == 'push'
uses: softprops/action-gh-release@v2
with:
draft: false
Expand Down

0 comments on commit 63f9cd8

Please sign in to comment.