We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0646e8d commit 1901029Copy full SHA for 1901029
.github/workflows/npm-publish.yml
@@ -43,6 +43,8 @@ jobs:
43
registry-url: 'https://npm.pkg.github.com'
44
scope: '@curveball'
45
- run: npm ci
46
+ env:
47
+ NODE_AUTH_TOKEN: ${{secrets.GH_PKG_TOKEN}}
48
- run: npm publish
49
env:
50
NODE_AUTH_TOKEN: ${{secrets.GH_PKG_TOKEN}}
changelog.md
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+0.4.13 (2021-02-18)
5
+-------------------
6
+
7
+* Attempting releasing on github packages again (7th attempt).
8
+* No functional changes
9
10
11
0.4.12 (2021-02-18)
12
-------------------
13
0 commit comments