Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.1...v1.1.0) (2021-09-13)

### Bug Fixes

* add name to CI ([44ed149](44ed149))

### Features

* release Jar file as well ([2f54b4a](2f54b4a))
  • Loading branch information
semantic-release-bot committed Sep 13, 2021
1 parent 44ed149 commit d4b6498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM ghcr.io/codingpot/github-org-member-manage-action:1.0.1
FROM ghcr.io/codingpot/github-org-member-manage-action:1.1.0.0.1
CMD ["/codingpot/app.jar"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ members:
```yaml
steps:
- uses: "codingpot/github-org-member-manage-action:v1"
- uses: "codingpot/github-org-member-manage-action:v1.1.0"
with:
gh_token: ${{ secrets.GH_TOKEN }} # (required) Needs admin:org permission
members_filepath: members.yaml # (optional)
Expand Down

0 comments on commit d4b6498

Please sign in to comment.