We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5834aa commit 0646912Copy full SHA for 0646912
2 files changed
.github/workflows/unstable.yml
@@ -32,7 +32,7 @@ jobs:
32
role-to-assume: ${{ vars.ECR_TESTING_ROLE_ARN }}
33
aws-region: us-east-1
34
35
- - name: Login to Amazon ECR
+ - name: Login to ECR
36
if: ${{ github.event_name == 'push' }}
37
uses: aws-actions/amazon-ecr-login@v2
38
splitio/version.go
@@ -1,3 +1,3 @@
1
package splitio
2
3
-const Version = "1.6.0"
+const Version = "1.6.1"
0 commit comments