We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c44f3 commit f0496caCopy full SHA for f0496ca
.github/workflows/build-and-release.yml
@@ -27,7 +27,7 @@ jobs:
27
echo "FUNCTION=$FUNCTION" >> $GITHUB_ENV
28
- name: Run GitOps Automatic Versioning Action
29
id: gitops-autover
30
- uses: AlexAtkinson/github-action-gitops-autover@0.3.0
+ uses: AlexAtkinson/github-action-gitops-autover@0.3.1
31
- name: Set Version Dependent Envars
32
run: |
33
VERSION=${{ steps.gitops-autover.outputs.new-version }}
@@ -47,4 +47,4 @@ jobs:
47
automatic_release_tag: "${{ env.VERSION }}"
48
title: "${{ env.VERSION }}"
49
files: |
50
- ${{ env.ZIPFILE }}
+ ${{ env.ZIPFILE }}
0 commit comments