Releases: ably/sdk-upload-action
Releases · ably/sdk-upload-action
2.2.0
2.1.0
#53 adds related I/O for obtaining the URL base on sdk.ably.com
ahead of artifact build.:
mode
inputurl-base
output
2.0.0
This release includes the following breaking changes:
- Removes support for S3 Access Key to be used to directly specify the IAM user.
GitHub OIDC is now required. - Enforces that the
githubToken
andsourcePath
inputs are supplied when the Action is run.
And the following new feature:
- The
artifactName
Action input is now optional, allowing artifacts to be uploaded to the root of the deployment context.
Merged pull requests:
- Enforce that required inputs are supplied #47 (QuintinWillison)
- Make
artifactName
input optional #46 (QuintinWillison) - Remove deprecated S3 access method #44 (QuintinWillison)
- Move+Sync Node.js versions to Active LTS and add check workflow #43 (QuintinWillison)
1.3.0
Adds support for uploading artifacts from a pushed tag.
1.2.2
1.2.1
Fixes vulnerabilities in dependencies.