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 4c7c12f commit efe0294
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,10 @@ jobs:
runs-on: ubuntu-latest
needs: [ publish-crypt4gh, publish-tsd-file-api-client, publish-clearinghouse, release_fega_norway ]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'

- name: Push versions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit efe0294

Please sign in to comment.