Skip to content

Commit

Permalink
fix: support int | str group ids
Browse files Browse the repository at this point in the history
  • Loading branch information
igboyes committed Oct 12, 2023
1 parent ed1d95c commit 65bb984
Show file tree
Hide file tree
Showing 4 changed files with 443 additions and 361 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install semantic-release
run: npm i [email protected] [email protected]
- name: Release
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
labels: ${{ steps.meta.outputs.labels }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
target: base

Loading

0 comments on commit 65bb984

Please sign in to comment.