Skip to content

Commit

Permalink
Merge pull request #692 from Arelle/dependabot/github_actions/github-…
Browse files Browse the repository at this point in the history
…action-dependencies-82278822e4
  • Loading branch information
austinmatherne-wk committed Jun 24, 2024
2 parents 864c547 + 68730bd commit 77d52a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: './*'
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: './*'

0 comments on commit 77d52a6

Please sign in to comment.