Skip to content

Commit 880f84e

Browse files
authored
Merge pull request #6205 from pat270/LPD-70634
chore: LPD-70634 Workflow should update @clayui/css license text
2 parents 42f340e + 5121082 commit 880f84e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ jobs:
119119
- name: Types
120120
run: yarn buildTypes
121121
- name: Git
122-
run: git restore packages/clay-css/src/scss/_license-text.scss
122+
run: |
123+
git add packages/clay-css/src/scss/_license-text.scss
124+
git commit -m "chore(@clayui/css): Update License Text to ${{ inputs.version }}"
125+
git push
123126
- name: Publish
124127
run: yarn lerna:publish

0 commit comments

Comments
 (0)