Skip to content

Commit be38a7a

Browse files
committed
chore(TECHOPS-18898): fix pipeline
1 parent f4b9b90 commit be38a7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
release-please:
1919
if: github.event_name == 'push'
20-
uses: circlefin/circle-public-github-workflows/.github/workflows/conventional-commit-release.yaml@main
20+
uses: circlefin/circle-public-github-workflows/.github/workflows/conventional-commit-release.yaml@v1
2121
with:
2222
release_type: python
2323
additional_unqualified_tags: true
@@ -65,7 +65,7 @@ jobs:
6565
name: Create GitHub Release with Assets
6666
if: needs.release-please.outputs.release_created == 'true'
6767
needs: [release-please, pypi-publish]
68-
uses: circlefin/circle-public-github-workflows/.github/workflows/attach-release-assets.yaml@main
68+
uses: circlefin/circle-public-github-workflows/.github/workflows/attach-release-assets.yaml@v1
6969
with:
7070
release_tag: ${{ needs.release-please.outputs.release_tag }}
7171
artifact_file_globs: |

0 commit comments

Comments
 (0)