Skip to content

Commit

Permalink
Remove tag of commit and run update in releaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Nov 21, 2023
1 parent c4ae752 commit e095b0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ansys_lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,4 @@ jobs:
git add .
git status
git commit -a -m ${{ inputs.version }}
git tag ${{ env.DESTINATION_BRANCH_NAME }}_${{ inputs.version }}
git push https://${{ secrets.DPF_PIPELINE }}@github.com/ansys/pydpf-core.git --follow-tags
git push https://${{ secrets.DPF_PIPELINE }}@github.com/ansys/pydpf-core.git ${{ env.DESTINATION_BRANCH_NAME }}_${{ inputs.version }}
6 changes: 6 additions & 0 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,9 @@ jobs:
api-key: ${{ env.MEILISEARCH_API_KEY }}
doc-artifact-name: HTML-doc-ansys-dpf-core.zip
decompress-artifact: true

update_ansys_lab_examples:
uses: ./.github/workflows/ansys_lab.yml
with:
version: ${{ github.event.inputs.release_tag || 'latest' }}
secrets: inherit

0 comments on commit e095b0e

Please sign in to comment.