diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a5be95e..27f827c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -58,7 +58,7 @@ jobs: - uses: azure/CLI@v2 with: inlineScript: | - az storage blob upload --name schemas-$GITHUB_SHA.tgz --account-name ghatmpstorage --container-name=npm-packages --file map-colonies-schemas-${{steps.json_properties.outputs.version}}.tgz --sas-token "${{ secrets.SAS_TOKEN }}" + az storage blob upload --name schemas-${{ github.sha }}.tgz --account-name ghatmpstorage --container-name=npm-packages --file map-colonies-schemas-${{steps.json_properties.outputs.version}}.tgz --sas-token "${{ secrets.SAS_TOKEN }}" - name: Comment on PR uses: thollander/actions-comment-pull-request@v3 with: diff --git a/.github/workflows/release_please.yml b/.github/workflows/release_please.yml index ca53458..32cae12 100644 --- a/.github/workflows/release_please.yml +++ b/.github/workflows/release_please.yml @@ -13,7 +13,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: googleapis/release-please-action@v4 + - uses: googleapis/release-please-action@v5 with: # this assumes that you have created a personal access token # (PAT) and configured it as a GitHub action secret named