Skip to content

Commit

Permalink
Fixes npm publish by removing needs as it's covered by PR checks (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-blunden authored Mar 24, 2022
1 parent d7313de commit 0d59c21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ name: publish

on:
release:
types: [created]
types: [published]

jobs:
publish:
if: github.ref == 'refs/heads/main'
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A GitOps Secrets workflow eliminates environment variable limits without insecur
1. Install the GitOps Secrets package (currently in developer preview):

```sh
npm install git+https://github.com/DopplerHQ/gitops-secrets-nodejs.git
npm install gitops-secrets
```

2. Bundle encrypted secrets into your build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitops-secrets",
"version": "0.0.1",
"version": "0.0.2",
"author": "Ryan Blunden <[email protected]>",
"description": "Securely bundle encrypted secrets into your deployments and safely decrypt at runtime.",
"repository": {
Expand Down

0 comments on commit 0d59c21

Please sign in to comment.