File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
name : Publish nix pg_upgrade_bin flake version
2
2
3
3
on :
4
- push :
5
- branches :
6
- - pcnc/nix-flake-workflow
7
- paths :
8
- - ' .github/workflows/publish-nix-pgupgrade-bin-flake-version.yml'
9
4
workflow_dispatch :
10
5
inputs :
11
6
postgresVersion :
@@ -79,10 +74,11 @@ jobs:
79
74
echo "major_version=$(echo $VERSION | cut -d'.' -f1)" >> "$GITHUB_OUTPUT"
80
75
81
76
- name : Create a tarball containing the latest nix flake version
77
+ working-directory : /tmp/
82
78
run : |
83
- mkdir -p /tmp/ ${{ steps.process_release_version.outputs.major_version }}
84
- echo $GITHUB_SHA > /tmp/ ${{ steps.process_release_version.outputs.major_version }}/nix_flake_version
85
- tar -czvf pg_upgrade_bin.tar.gz -C /tmp/ / ${{ steps.process_release_version.outputs.major_version }}
79
+ mkdir -p ${{ steps.process_release_version.outputs.major_version }}
80
+ echo $GITHUB_SHA > ${{ steps.process_release_version.outputs.major_version }}/nix_flake_version
81
+ tar -czvf pg_upgrade_bin.tar.gz ${{ steps.process_release_version.outputs.major_version }}
86
82
87
83
- name : configure aws credentials - prod
88
84
uses : aws-actions/configure-aws-credentials@v1
Original file line number Diff line number Diff line change 1
- postgres-version = " 15.6.1.113-workflow-release-test "
1
+ postgres-version = " 15.6.1.113"
You can’t perform that action at this time.
0 commit comments