Skip to content

Commit 64d7795

Browse files
committed
Release v1.6.11
1 parent 995280b commit 64d7795

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/publish-on-tag.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ name: publish-on-tag
33
on:
44
push:
55
tags:
6-
- '*'
6+
- '*'
77

88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
id-token: write
1114
steps:
1215
- name: Checkout
1316
uses: actions/checkout@v4
@@ -18,4 +21,4 @@ jobs:
1821
npm config set access public
1922
npm config set registry 'https://wombat-dressing-room.appspot.com/'
2023
npm config set '//wombat-dressing-room.appspot.com/:_authToken' '${NPM_TOKEN}'
21-
npm publish
24+
npm publish --provenance --access public

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unicode/unicode-10.0.0",
3-
"version": "1.6.10",
3+
"version": "1.6.11",
44
"description": "JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v10.0.0’s categories, scripts, blocks, bidi, and other properties.",
55
"homepage": "https://github.com/node-unicode/unicode-10.0.0",
66
"main": "index.js",

0 commit comments

Comments
 (0)