We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf2f57 commit 710c14dCopy full SHA for 710c14d
github/workflows/publish-npm-deserializer.yml
@@ -20,5 +20,6 @@ jobs:
20
registry: 'https://registry.npmjs.org'
21
node-version: '18'
22
environment: ${{ inputs.tag == 'latest' ? 'production' : 'staging' }}
23
+ working-directory: "packages/dataprotector-deserializer"
24
secrets:
25
npm-token: ${{ secrets.NPM_TOKEN }}
0 commit comments