Skip to content

Commit

Permalink
ci: remove publish workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonywendt committed Oct 7, 2024
1 parent 33e1117 commit 44320fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
# Publish the uds bundle
publish-uds-bundle-eksd:
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-eksd.yaml
secrets: inherit

# Publish the uds bundle
publish-uds-bundle-rke2:
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-rke2.yaml
secrets: inherit

0 comments on commit 44320fb

Please sign in to comment.