We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6627a92 commit 752a9ceCopy full SHA for 752a9ce
.github/workflows/ci.yml
@@ -165,6 +165,10 @@ jobs:
165
runs-on: ubuntu-latest
166
needs: [sanity_checks]
167
if: "startsWith(github.ref, 'refs/tags/') && github.repository == 'sass/migrator'"
168
+ permissions:
169
+ attestations: write
170
+ contents: write
171
+ id-token: write
172
173
steps:
174
- uses: actions/checkout@v2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.5.3
2
+
3
+* No user-visible changes.
4
5
## 2.5.2
6
7
* No user-visible changes.
pubspec.yaml
@@ -1,5 +1,5 @@
name: sass_migrator
-version: 2.5.2
+version: 2.5.3
description: A tool for running migrations on Sass files
homepage: https://github.com/sass/migrator
0 commit comments