We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8ab38f + ef70f8e commit 781ead7Copy full SHA for 781ead7
.github/workflows/release.yml
@@ -27,6 +27,11 @@ jobs:
27
- name: Build
28
run: yarn build
29
30
+ - name: Set Registry token
31
+ run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
32
+ env:
33
+ NPM_TOKEN: ${{ secrets.SOCIALGROOVYBOT_NPM_TOKEN }}
34
+
35
- name: Semantic Release
36
id: semantic
37
uses: cycjimmy/semantic-release-action@v4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@socialgouv/dsfr-toaster-nuxt-module",
3
- "version": "1.3.1",
+ "version": "1.3.2",
4
"description": "Module Nuxt Dsfr Toaster",
5
"license": "Apache-2.0",
6
"publishConfig": {
@@ -57,4 +57,4 @@
57
"lint-staged": {
58
"src/**/*.{js,vue,ts}": "npx eslint --cache --fix"
59
}
60
-}
+}
0 commit comments