File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
25
25
npm clean-install
26
26
npm run build
27
27
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 }}
34
34
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
35
35
36
36
upload :
89
89
context : .
90
90
platforms : linux/arm64
91
91
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 }}
You can’t perform that action at this time.
0 commit comments