Skip to content

Commit

Permalink
Release 0.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
louisnow committed Apr 16, 2024
1 parent 33ade7c commit bc1ed94
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: npm-publish
on:
push:
branches:
- feat/local-install
- master
jobs:
npm-publish:
Expand Down Expand Up @@ -52,7 +51,8 @@ jobs:
file: ./Dockerfile
push: true
tags: |
ghcr.io/atlanhq/${{ github.event.repository.name }}:v0.10.9
ghcr.io/atlanhq/${{ github.event.repository.name }}:latest
ghcr.io/atlanhq/${{ github.event.repository.name }}:${{ steps.previoustag.outputs.tag }}
build-args: |
ACCESS_TOKEN_USR=$GITHUB_ACTOR
ACCESS_TOKEN_PWD=${{ secrets.MY_PAT }}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "argopm",
"version": "0.10.0",
"version": "0.10.11",
"description": "Argo package manager",
"main": "./lib/index.js",
"scripts": {
Expand Down Expand Up @@ -52,4 +52,4 @@
"argopm": "./bin/install.js"
},
"preferGlobal": true
}
}

0 comments on commit bc1ed94

Please sign in to comment.