Compare commits

...

3 Commits
v1.1.5 ... main

Author SHA1 Message Date
Thomas A. Christensen II d7b44e949d
Bump version again
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 38799ef3a3
Update publishing workflow
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 3e64306429
Bump version number
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago

@ -11,8 +11,11 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://npm.pkg.github.com
scope: "@MillironX"
- run: npm install
- run: npm test
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "@millironx/docker-names",
"version": "1.1.5",
"version": "1.1.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@millironx/docker-names",
"version": "1.1.5",
"version": "1.1.8",
"license": "ISC",
"devDependencies": {
"@types/jest": "^26.0.22",

@ -1,6 +1,6 @@
{
"name": "@millironx/docker-names",
"version": "1.1.5",
"version": "1.1.8",
"description": "Fork of docker names for javascript",
"files": [
"lib/**/*"

Loading…
Cancel
Save