Skip to content

Commit

Permalink
DNM: Set internal release
Browse files Browse the repository at this point in the history
  • Loading branch information
domoscargin committed Jan 22, 2025
1 parent 3f7f489 commit 00ca872
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-release-to-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Publish release to GitHub

on:
workflow_dispatch:
pull_request:

jobs:
publish-release-to-github:
Expand Down Expand Up @@ -33,7 +34,7 @@ jobs:
id: create-github-tag
run: |
ALL_PACKAGE_VERSION=$(npm run version --silent --workspace govuk-frontend)
TAG="v$ALL_PACKAGE_VERSION"
TAG="v5.8.1-internal.0"
if [ $(git tag -l "$TAG") ]; then
echo "⚠️ Tag $TAG already exists. Please delete $TAG via the GitHub UI and re-run this workflow"
Expand Down

0 comments on commit 00ca872

Please sign in to comment.