Skip to content

Commit 7997b16

Browse files
committed
chore: Update package.json version to 1.0.16
1 parent 4b513a6 commit 7997b16

2 files changed

Lines changed: 2 additions & 17 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,7 @@ jobs:
2828
- name: Run build script
2929
run: npm run build
3030

31-
- name: Extract version from package.json
32-
id: extract_version
33-
run: echo "::set-output name=VERSION::$(node -p -e "require('./package.json').version")"
34-
35-
- name: Create GitHub Release
36-
id: create_release
37-
uses: actions/create-release@v1
38-
env:
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
with:
41-
tag_name: v${{ steps.extract_version.outputs.VERSION }}
42-
release_name: Release v${{ steps.extract_version.outputs.VERSION }}
43-
draft: false
44-
prerelease: false
45-
4631
- name: Publish to npm
4732
env:
4833
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
49-
run: npm publish --access public --registry=https://registry.npmjs.org
34+
run: npm publish --access public --registry=https://registry.npmjs.org

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.15",
3+
"version": "1.0.16",
44
"publishConfig": {
55
"registry": "https://npm.pkg.github.com"
66
},

0 commit comments

Comments
 (0)