Skip to content

Commit

Permalink
revert publish test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkilgour committed Sep 21, 2023
1 parent 9868def commit b88ae06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
done
echo "CHANGED_FILES=$csv" >> $GITHUB_ENV
- name: Install dependencies via npm ci
- name: Install dependencies
run: 'npm ci'

- name: Run build (test, validate)
- name: Run build (lint, test, validate)
run: 'npm run bootstrap && npm run build:ci'

- name: Publish Package(s)
Expand Down
2 changes: 0 additions & 2 deletions toolkits/global/packages/global-banner/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# History

test workings

## 6.0.0 (2023-01-18)
* BREAKING: Upgrade to brand-context v31.0.1

Expand Down
2 changes: 1 addition & 1 deletion toolkits/global/packages/global-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@springernature/global-banner",
"version": "8.1.0",
"version": "6.0.0",
"license": "MIT",
"description": "Full width banner used for displaying informational messages",
"keywords": [],
Expand Down

0 comments on commit b88ae06

Please sign in to comment.