Skip to content

Commit

Permalink
Remove the semver (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwneisen authored Sep 23, 2024
1 parent 3ee857a commit cb4b2a9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/push-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,14 @@ jobs:
- name: Publish the manifest to the public blueprint repository
uses: softprops/action-gh-release@v1
with:
name: $SEMVER
tag_name: $SEMVER
repository: mirantiscontainers/blueprint
token: ${{ secrets.PAT_CI_BOUNDLESS }}
files: |
**/deploy/static/blueprint-operator.yaml
- name: Publish the manifest to the private blueprint-operator repository
uses: softprops/action-gh-release@v1
env:
SEMVER: ${{ needs.push-semver.env.SEMVER }}
with:
name: $SEMVER
tag_name: $SEMVER
repository: mirantiscontainers/blueprint-operator
token: ${{ secrets.PAT_CI_BOUNDLESS }}
files: |
Expand Down

0 comments on commit cb4b2a9

Please sign in to comment.