Skip to content

Commit fa44a06

Browse files
committed
ci: fix releases
1 parent 181566c commit fa44a06

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lib.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Publish library
22

33
on:
44
push:
@@ -32,6 +32,6 @@ jobs:
3232

3333
- name: Publish
3434
uses: JS-DevTools/npm-publish@v3
35-
working-directory: lib
3635
with:
36+
package: lib
3737
token: ${{ secrets.NPM_TOKEN }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- "server-*"
6+
- "feedback-fusion-*"
77

88
jobs:
99
check:
@@ -126,4 +126,4 @@ jobs:
126126
with:
127127
context: .
128128
push: true
129-
tags: ghcr.io/onelitefeathernet/feedback-fusion:${env.VERSION},ghcr.io/onelitefeathernet/feedback-fusion:latest
129+
tags: ghcr.io/onelitefeathernet/feedback-fusion:${{env.VERSION}},ghcr.io/onelitefeathernet/feedback-fusion:latest

0 commit comments

Comments
 (0)