Skip to content

Commit f0496ca

Browse files
committed
CLOUD-571: Update autover version
1 parent 13c44f3 commit f0496ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "FUNCTION=$FUNCTION" >> $GITHUB_ENV
2828
- name: Run GitOps Automatic Versioning Action
2929
id: gitops-autover
30-
uses: AlexAtkinson/github-action-gitops-autover@0.3.0
30+
uses: AlexAtkinson/github-action-gitops-autover@0.3.1
3131
- name: Set Version Dependent Envars
3232
run: |
3333
VERSION=${{ steps.gitops-autover.outputs.new-version }}
@@ -47,4 +47,4 @@ jobs:
4747
automatic_release_tag: "${{ env.VERSION }}"
4848
title: "${{ env.VERSION }}"
4949
files: |
50-
${{ env.ZIPFILE }}
50+
${{ env.ZIPFILE }}

0 commit comments

Comments
 (0)