Skip to content

Commit 698b90c

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.2...v1.2.0) (2021-09-13) ### Bug Fixes * rename Dockerfile.prod to Dockerfile and the build to ([8da034c](8da034c)) * rename Dockerfile.prod to Dockerfile in .releaserc ([99c9445](99c9445)) ### Features * remove build stage in Release as it's a duplicate ([f4ce186](f4ce186))
1 parent 99c9445 commit 698b90c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM ghcr.io/codingpot/github-org-member-manage-action:1.1.1
1+
FROM ghcr.io/codingpot/github-org-member-manage-action:1.2.0
22
CMD ["/codingpot/app.jar"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ members:
2222
2323
```yaml
2424
steps:
25-
- uses: "codingpot/github-org-member-manage-action:v1.1.2"
25+
- uses: "codingpot/github-org-member-manage-action:v1.2.0"
2626
with:
2727
gh_token: ${{ secrets.GH_TOKEN }} # (required) Needs admin:org permission
2828
members_filepath: members.yaml # (optional)

0 commit comments

Comments
 (0)