Skip to content

Commit

Permalink
add push job
Browse files Browse the repository at this point in the history
  • Loading branch information
Parisa68 committed Sep 24, 2024
1 parent 28c84aa commit 4c7c12f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ jobs:
needs: [ publish-crypt4gh, publish-tsd-file-api-client, publish-clearinghouse, release_fega_norway ]
steps:
- name: Push versions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
BRANCH_NAME=${{ github.ref_name }}
git config --global user.name 'GitHub Actions'
Expand Down

0 comments on commit 4c7c12f

Please sign in to comment.