fix(storage): assertion for maxUrlExpiration in getUrl api (#11981) #107
Workflow file for this run
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
name: Push - release from next to next | |
concurrency: | |
# group name unique for push to push-main-release | |
group: push-release-${{ github.ref }} | |
cancel-in-progress: true | |
on: | |
push: | |
branches: | |
- next | |
jobs: | |
e2e: | |
secrets: inherit | |
uses: ./.github/workflows/callable-release-verification.yml | |
next-release: | |
needs: | |
- e2e | |
secrets: inherit | |
uses: ./.github/workflows/callable-npm-publish-preid.yml | |
with: | |
preid: next | |
allow-protected-preid: true |