File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
19
19
# - name: Build AMI
20
20
# run: |
21
- # GIT_SHA=$(git rev-parse HEAD)
21
+ # GIT_SHA=${{github.sha}}
22
22
# packer build -var "git-head-version=${GIT_SHA}" -var "packer-execution-id=${GITHUB_RUN_ID}" -var-file="development-arm.vars.pkr.hcl" -var-file="common.vars.pkr.hcl" amazon-arm64.pkr.hcl
23
23
24
24
- name : Grab release version
@@ -31,15 +31,15 @@ jobs:
31
31
32
32
- name : echo output
33
33
run : |
34
- echo "sha was ${{ steps.process_release_vesion.outputs.git_sha }}"
34
+ echo "sha was ${{github.sha}} ${{ steps.process_release_vesion.outputs.git_sha }}"
35
35
echo "version was ${{ steps.process_release_version.outputs.version }}"
36
36
37
37
- name : Create release
38
38
uses : softprops/action-gh-release@v1
39
39
with :
40
40
name : ${{ steps.process_release_version.outputs.version }}
41
41
tag_name : ${{ steps.process_release_version.outputs.version }}
42
- target_commitish : ${{ steps.process_release_vesion.outputs.git_sha }}
42
+ target_commitish : ${{github.sha }}
43
43
44
44
- name : Slack Notification on Failure
45
45
if : ${{ failure() }}
Original file line number Diff line number Diff line change 1
- postgres-version = " 15.1.0.34-rc0 "
1
+ postgres-version = " 15.1.0.34-rc1 "
You can’t perform that action at this time.
0 commit comments