Skip to content

Commit

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

### Bug Fixes

* update replace semantic versions ([d4313b1](d4313b1))
  • Loading branch information
semantic-release-bot committed Sep 13, 2021
1 parent d4313b1 commit a96d536
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.1.0.0.1
FROM ghcr.io/codingpot/github-org-member-manage-action:1.1.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.1.0"
- uses: "codingpot/github-org-member-manage-action:v1.1.1"
with:
gh_token: ${{ secrets.GH_TOKEN }} # (required) Needs admin:org permission
members_filepath: members.yaml # (optional)
Expand Down

0 comments on commit a96d536

Please sign in to comment.