8000
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 89ebc16 commit 748481fCopy full SHA for 748481f
.github/workflows/release.yml
@@ -55,6 +55,7 @@ jobs:
55
56
- uses: softprops/action-gh-release@v1
57
with:
58
+ tag_name: v${{ needs.semantic-release.outputs.new-release-version }}
59
files: postgres-meta-*.tar.gz
60
61
docker:
@@ -64,6 +65,17 @@ jobs:
64
65
if: needs.semantic-release.outputs.new-release-published == 'true'
66
runs-on: ubuntu-20.04
67
steps:
68
+ - uses: actions/checkout@v2
69
+
70
+ - uses: actions/setup-node@v2
71
+ with:
72
+ node-version: "14"
73
74
+ - name: Prepare build
75
+ run: |
76
+ npm clean-install
77
+ npm run pkg
78
79
- uses: docker/setup-qemu-action@v1
80
81
platforms: amd64,arm64
0 commit comments