8000 Update release.yml · shimuldn/postgres-meta@4426cf8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4426cf8

Browse files
authored
Update release.yml
1 parent a3d870a commit 4426cf8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
npm clean-install
2626
npm run build
2727
28-
# - id: semantic-release
29-
# uses: cycjimmy/semantic-release-action@v2
30-
# with:
31-
# semantic_version: 18
32-
# env:
33-
# GITHUB_TOKEN: ${{ secrets.GH_PAT }}
28+
- id: semantic-release
29+
uses: cycjimmy/semantic-release-action@v2
30+
with:
31+
semantic_version: 18
32+
env:
33+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
3434
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3535

3636
upload:
@@ -89,4 +89,4 @@ jobs:
8989
context: .
9090
platforms: linux/arm64
9191
push: true
92-
tags: supabase-arm/postgres-meta:latest,supabase/postgres-meta:v${{ needs.semantic-release.outputs.new-release-version }}
92+
tags: shimuldn/postgres-meta:latest,shimuldn/postgres-meta:v${{ needs.semantic-release.outputs.new-release-version }}

0 commit comments

Comments
 (0)
0