Skip to content

Commit

Permalink
CI-291: build before release, bump to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
powli committed Sep 1, 2021
1 parent d0e3b1c commit 601a503
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.when-pushed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: ⚡ Install dependencies
run: yarn install --frozen-lockfile

- name: 🔨 Build
run: yarn build:lib

- name: ☁️ Publish to NPM
run: yarn publish --access=public
env:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.when.tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: ⚡ Install dependencies
run: yarn install --frozen-lockfile

- name: 🔨 Build
run: yarn build:lib

- name: ☁️ Publish to NPM
run: yarn publish --access=public
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@netresearch/vault-read",
"description": "Read and print secrets from Hashicorp Vault",
"version": "1.2.1",
"version": "1.2.2",
"author": "Paul Siedler <[email protected]>",
"bin": {
"vault-read": "./bin/run"
Expand Down

0 comments on commit 601a503

Please sign in to comment.