Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c70fc71c8 | |||
| 662b5d0665 |
@@ -44,6 +44,11 @@ jobs:
|
||||
- name: Build project
|
||||
run: npm run build
|
||||
|
||||
- name: Set version from git tag
|
||||
run: |
|
||||
VERSION=${GITHUB_REF#refs/tags/v}
|
||||
npm version $VERSION --no-git-tag-version
|
||||
|
||||
- name: Setup npm for publishing
|
||||
run: |
|
||||
npm config set //git.3t.network/api/packages/3t.network/npm/:_authToken ${{ secrets.PUBLISH_TOKEN }}
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "romulus-js",
|
||||
"name": "romulus",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "romulus-js",
|
||||
"name": "romulus",
|
||||
"version": "1.0.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "ISC",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "romulus",
|
||||
"name": "@3t/romulus",
|
||||
"version": "1.0.0",
|
||||
"description": "An implementation of the Romulus-M cryptography specification.",
|
||||
"main": "dist/index.js",
|
||||
|
||||
Reference in New Issue
Block a user