Skip to content

fix: uncaught exception due to second response with digest auth (#534) #4

fix: uncaught exception due to second response with digest auth (#534)

fix: uncaught exception due to second response with digest auth (#534) #4

Workflow file for this run

name: Release for 3.x
on:
push:
branches: [ 3.x ]
jobs:
release:
name: Node.js
uses: node-modules/github-actions/.github/workflows/node-release.yml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}