fix: Update code to account for params on end of asset url in s3 (#1217) #199
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
permissions: | |
contents: write | |
pull-requests: write | |
name: release-please | |
jobs: | |
release-please: | |
uses: USSF-ORBIT/ussf-portal/.github/workflows/reusable-release-please.yml@main | |
with: | |
release-type: node | |
package-name: ussf-portal-client | |
secrets: inherit |