Skip to content

Commit ae84f32

Browse files
committed
chore: Update version to 1.0.6
1 parent 68fa29d commit ae84f32

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ jobs:
2626
- name: Update package version
2727
run: npm version ${{ github.event.release.tag_name }} --no-git-tag-version
2828

29+
- name: Commit and push version change
30+
run: |
31+
git config --global user.name 'github-actions'
32+
git config --global user.email 'github-actions@github.com'
33+
git add package.json
34+
git commit -m "Update version to ${{ github.event.release.tag_name }}"
35+
git push
36+
2937
- name: Publish to npm
3038
env:
3139
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modulatecss",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"publishConfig": {
55
"registry": "https://npm.pkg.github.com"
66
},

0 commit comments

Comments
 (0)