Skip to content

Commit

Permalink
ci: revert release hack
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonywendt committed Sep 27, 2024
1 parent 3fdb477 commit e00cf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
# Publish the uds bundle
publish-uds-bundle:
needs: tag-new-version
# if: ${{ needs.tag-new-version.outputs.release_created == 'true'}}
if: ${{ needs.tag-new-version.outputs.release_created == 'true'}}
uses: ./.github/workflows/publish-bundle.yaml
secrets: inherit

0 comments on commit e00cf9d

Please sign in to comment.