Skip to content

Commit 752a9ce

Browse files
authored
Enable the permissions necessary to do npm trusted publishing (#292)
See #287
1 parent 6627a92 commit 752a9ce

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ jobs:
165165
runs-on: ubuntu-latest
166166
needs: [sanity_checks]
167167
if: "startsWith(github.ref, 'refs/tags/') && github.repository == 'sass/migrator'"
168+
permissions:
169+
attestations: write
170+
contents: write
171+
id-token: write
168172

169173
steps:
170174
- uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.5.3
2+
3+
* No user-visible changes.
4+
15
## 2.5.2
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.2
2+
version: 2.5.3
33
description: A tool for running migrations on Sass files
44
homepage: https://github.com/sass/migrator
55

0 commit comments

Comments
 (0)