Skip to content

Commit ae508c1

Browse files
authored
Don't push the version of ni-measurement-generator to main for now (#90)
1 parent 99ae8ac commit ae508c1

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/Publish_NIMG.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@ jobs:
6464
git add .
6565
git commit -m "Promote NIMG package version to match the release tag" -a
6666
working-directory: ./ni_measurement_generator
67-
68-
- name: Push changes to the Main branch
69-
if: ${{ startsWith(github.event.release.target_commitish, 'main') }}
70-
uses: CasperWA/push-protected@v2.10.0
71-
with:
72-
token: ${{ secrets.ADMIN_PAT }}
73-
branch: ${{ github.event.release.target_commitish }}
74-
unprotect_reviews: true
7567

7668
# To Test the Publish use : poetry publish --build --username __token__ --password ${{ secrets.TEST_PYPI_TOKEN }} -r test-pypi
7769
- name: Build Python package and publish to PyPI

0 commit comments

Comments
 (0)