Skip to content

Commit 014b58b

Browse files
committed
chore: Update npm dependencies and GitHub Actions workflow for publishing to npm and creating GitHub releases
1 parent 967dcbc commit 014b58b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id: create_release
3838
uses: actions/create-release@v1
3939
env:
40-
GITHUB_TOKEN: ${{ secrets.BYTEYARD_GITHUB_TOKEN }}
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
with:
4242
tag_name: v${{ github.event.head_commit.timestamp }}
4343
release_name: Release v${{ github.event.head_commit.timestamp }}
@@ -47,7 +47,7 @@ jobs:
4747
- name: Upload Release Asset
4848
uses: actions/upload-release-asset@v1
4949
env:
50-
GITHUB_TOKEN: ${{ secrets.BYTEYARD_GITHUB_TOKEN }}
50+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
with:
5252
upload_url: ${{ steps.create_release.outputs.upload_url }}
5353
asset_path: ./path-to-your-asset.zip

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.37",
3+
"version": "1.0.38",
44
"description": "...",
55
"main": "dist/css/modulate.min.css",
66
"style": "dist/css/modulate.min.css",

0 commit comments

Comments
 (0)