We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc6583 commit 65ecc40Copy full SHA for 65ecc40
.github/workflows/npm-publish.yml
@@ -45,4 +45,4 @@ jobs:
45
- run: npm ci
46
- run: npm publish
47
env:
48
- NODE_AUTH_TOKEN: ${{github.token}}
+ NODE_AUTH_TOKEN: ${{secrets.GH_PKG_TOKEN}}
changelog.md
@@ -1,11 +1,19 @@
1
Changelog
2
=========
3
4
+0.4.9 (2021-02-18)
5
+------------------
6
+
7
+* Attempting releasing on github packages again (3rd attempt).
8
+* No functional changes
9
10
11
0.4.8 (2021-02-18)
12
------------------
13
14
* Attempting releasing on github packages again.
-* No changes
15
16
17
18
0.4.7 (2021-02-18)
19
0 commit comments