Skip to content

Commit 748481f

Browse files
committed
fix: build
1 parent 89ebc16 commit 748481f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
5656
- uses: softprops/action-gh-release@v1
5757
with:
58+
tag_name: v${{ needs.semantic-release.outputs.new-release-version }}
5859
files: postgres-meta-*.tar.gz
5960

6061
docker:
@@ -64,6 +65,17 @@ jobs:
6465
if: needs.semantic-release.outputs.new-release-published == 'true'
6566
runs-on: ubuntu-20.04
6667
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+
6779
- uses: docker/setup-qemu-action@v1
6880
with:
6981
platforms: amd64,arm64

0 commit comments

Comments
 (0)