Another try to get package publishing to Gitea for NPM packages working
parent
0c0019b4b0
commit
03fe58ea78
|
|
@ -92,6 +92,18 @@
|
|||
</configuration>
|
||||
</execution>
|
||||
|
||||
<execution>
|
||||
<id>npm login</id>
|
||||
<goals>
|
||||
<goal>npm</goal>
|
||||
</goals>
|
||||
|
||||
<phase>deploy</phase>
|
||||
|
||||
<configuration>
|
||||
<arguments>login --userconfig ../libreccm.npmrc --scope=@libreccm --registry=https://git.libreccm.org/api/packages/libreccm/npm/</arguments>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>npm publish</id>
|
||||
<goals>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
always-auth = true
|
||||
@libreccm:registry=https://git.libreccm.org/api/packages/libreccm/npm
|
||||
@librecms:registry=https://git.libreccm.org/api/packages/libreccm/npm
|
||||
@libreccm:access=public
|
||||
|
|
|
|||
Loading…
Reference in New Issue