Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.3...v1.3.0) (2021-11-10)

### Features

* expose major versions only ([d157088](d157088))
  • Loading branch information
semantic-release-bot committed Nov 10, 2021
1 parent d157088 commit 7514859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM ghcr.io/codingpot/github-org-member-manage-action:1.2.3
FROM ghcr.io/codingpot/github-org-member-manage-action: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.2.3"
- uses: "codingpot/github-org-member-manage-action:v1"
with:
gh_token: ${{ secrets.GH_TOKEN }} # (required) Needs admin:org permission
members_filepath: members.yaml # (optional)
Expand Down

0 comments on commit 7514859

Please sign in to comment.