Skip to content

Commit

Permalink
Update spectro-release.yaml to create tag (#105)
Browse files Browse the repository at this point in the history
* PCP-1961: cluster api provider maas make and docker changes (#101)

* Update spectro-release.yaml for tag instead of release

* Update spectro-release.yaml for tag instead of release

---------

Co-authored-by: Amit Sahastrabuddhe <[email protected]>
  • Loading branch information
jayesh-srivastava and AmitSahastra authored Nov 14, 2023
1 parent 2c0889b commit 61a85ff
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/spectro-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,11 @@ jobs:
make docker-build
make docker-push
-
name: Create Release
name: Create Tag
if: ${{ github.event.inputs.rel_type == 'release' }}
id: create_release
uses: actions/create-release@v1
id: tag_create
uses: rickstaa/action-create-tag@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ github.event.inputs.release_version }}-spectro
release_name: Release v${{ github.event.inputs.release_version }}-spectro
body: |
Release version v${{ github.event.inputs.release_version }}-spectro
draft: false
prerelease: false
tag: v${{ github.event.inputs.release_version }}-spectro

0 comments on commit 61a85ff

Please sign in to comment.