diff --git a/.github/workflows/npm-package.yml b/.github/workflows/npm-package.yml index d5239537..43e561e2 100644 --- a/.github/workflows/npm-package.yml +++ b/.github/workflows/npm-package.yml @@ -83,7 +83,7 @@ jobs: NPM_CONFIG_DRY_RUN: ${{ github.repository != 'Arelle/ixbrl-viewer' }} run: npm publish ixbrl-viewer-*.tgz --access public - name: Upload release artifacts - uses: softprops/action-gh-release@v2.0.5 + uses: softprops/action-gh-release@v2.0.6 with: fail_on_unmatched_files: true files: './*' diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 846250a0..d6602859 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -97,7 +97,7 @@ jobs: TWINE_REPOSITORY: ${{ github.repository == 'Arelle/ixbrl-viewer' && 'pypi' || 'testpypi' }} run: twine upload ./* - name: Upload release artifacts - uses: softprops/action-gh-release@v2.0.5 + uses: softprops/action-gh-release@v2.0.6 with: fail_on_unmatched_files: true files: './*'