Skip to content

Commit

Permalink
Regenerate static files
Browse files Browse the repository at this point in the history
  • Loading branch information
j616 committed Nov 1, 2023
1 parent a98acb0 commit aacfbf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/shared-ext-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:

- name: Create tag
run: |
git config --global user.email "[email protected]"
git config --global user.name "BBC RD"
git tag -a ${{ steps.nextVersion.outputs.version }} -m "v.${{ steps.nextVersion.outputs.version }}"
git push origin --tags
Expand Down

0 comments on commit aacfbf5

Please sign in to comment.