Skip to content

Commit 65ecc40

Browse files
committed
Another try
1 parent afc6583 commit 65ecc40

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
- run: npm ci
4646
- run: npm publish
4747
env:
48-
NODE_AUTH_TOKEN: ${{github.token}}
48+
NODE_AUTH_TOKEN: ${{secrets.GH_PKG_TOKEN}}

changelog.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
Changelog
22
=========
33

4+
0.4.9 (2021-02-18)
5+
------------------
6+
7+
* Attempting releasing on github packages again (3rd attempt).
8+
* No functional changes
9+
10+
411
0.4.8 (2021-02-18)
512
------------------
613

714
* Attempting releasing on github packages again.
8-
* No changes
15+
* No functional changes
16+
917

1018
0.4.7 (2021-02-18)
1119
------------------

0 commit comments

Comments
 (0)