Skip to content

Commit

Permalink
v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ygpark80 committed Nov 21, 2023
1 parent fa43952 commit e4b38a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Create Git Tag
run: |
git tag $(cat VERSION)
git push --follow-tags
git push origin $(cat VERSION)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This action creates `~/.aws/credentials` file for use in subsequent steps in a G
## Example usage

```yaml
uses: ygpark80/create-aws-credentials@v1.2
uses: ygpark80/create-aws-credentials@v1.3
with:
profile: user1
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2
v1.3

0 comments on commit e4b38a7

Please sign in to comment.