Skip to content

Commit

Permalink
chore: add workflow dispatch option to release (#3873)
Browse files Browse the repository at this point in the history
Co-authored-by: cognite-bulldozer[bot] <51074376+cognite-bulldozer[bot]@users.noreply.github.com>
  • Loading branch information
christjt and cognite-bulldozer[bot] authored Nov 7, 2023
1 parent ee8e50e commit 00c0eb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-to-npm-on-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Publish Package to NPM
on:
workflow_dispatch:
release:
types:
- published

jobs:
deploy-to-npm:
runs-on: ubuntu-latest
Expand All @@ -16,7 +18,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
registry-url: "https://registry.npmjs.org"
always-auth: true

- name: Setup Cognite CICD
Expand Down

0 comments on commit 00c0eb6

Please sign in to comment.