Skip to content

Commit

Permalink
Merge pull request #20 from NHS-digital-website/DW-000-package-update
Browse files Browse the repository at this point in the history
[DW-000] Package updates
  • Loading branch information
LEJA3 committed Sep 12, 2022
2 parents 2575cc4 + 9402eb6 commit aecfb0a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/distribution-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

# push the version changes to GitHub
- run: git push
- run: |
git add .
git commit -m "${{ github.event.release.tag_name }}"
git push
env:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit aecfb0a

Please sign in to comment.