Skip to content

Commit 1901029

Browse files
committed
Last try for real
1 parent 0646e8d commit 1901029

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/npm-publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
registry-url: 'https://npm.pkg.github.com'
4444
scope: '@curveball'
4545
- run: npm ci
46+
env:
47+
NODE_AUTH_TOKEN: ${{secrets.GH_PKG_TOKEN}}
4648
- run: npm publish
4749
env:
4850
NODE_AUTH_TOKEN: ${{secrets.GH_PKG_TOKEN}}

changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

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

0 commit comments

Comments
 (0)