Skip to content

Commit a8de55e

Browse files
committed
Fix using broken self for versioning situation
1 parent 8f168e3 commit a8de55e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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.1.0
30+
uses: AlexAtkinson/github-action-gitops-autover@0.1.5
3131
- name: Set Version Dependent Envars
3232
run: |
3333
VERSION=${{ steps.gitops-autover.outputs.new-version }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This is a valid workflow utilizing this action.
6464
- uses: actions/checkout@v3
6565
- name: Run GitOps Automatic Versioning Action
6666
id: gitops-autover
67-
uses: AlexAtkinson/github-action-gitops-autover@0.1.0
67+
uses: AlexAtkinson/github-action-gitops-autover@0.1.6
6868
- name: Verify Outputs
6969
run: |
7070
NEW_VERSION=${{ steps.gitops-autover.outputs.new-version }}

0 commit comments

Comments
 (0)