Skip to content

Commit 6627a92

Browse files
authored
Use trusted publishing rather than tokens to deploy to npm (#291)
See #287
1 parent afc2a8d commit 6627a92

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ jobs:
174174
with: {node-version: "${{ env.DEFAULT_NODE_VERSION }}"}
175175
- name: Deploy
176176
run: dart pub run grinder pkg-npm-deploy
177-
env:
178-
NPM_TOKEN: "${{ secrets.NPM_TOKEN }}"
179177

180178
deploy_pub:
181179
name: "Deploy Pub"

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.5.2
2+
3+
* No user-visible changes.
4+
15
## 2.5.1
26

37
* No user-visible changes.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass_migrator
2-
version: 2.5.1
2+
version: 2.5.2
33
description: A tool for running migrations on Sass files
44
homepage: https://github.com/sass/migrator
55

0 commit comments

Comments
 (0)