Skip to content

Commit

Permalink
Merge pull request #1 from mayank0202/mayank0202-patch-1
Browse files Browse the repository at this point in the history
Update tag.yaml
  • Loading branch information
mayank0202 authored Sep 30, 2023
2 parents b304a1c + cb9fed9 commit 0cf5a73
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
22 changes: 8 additions & 14 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Tag

on:
on: # yamllint disable-line rule:truthy
push:
branches:
- master
Expand All @@ -11,16 +11,10 @@ jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set GIT_TAG
run: |
echo "VERSION=$(cat .version | tr -d " \t\n\r")" >> $GITHUB_ENV
- name: git-tag
uses: pkgdeps/[email protected]
with:
version: ${{ env.VERSION }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_repo: ${{ github.repository }}
git_commit_sha: ${{ github.sha }}
git_tag_prefix: ""
- uses: actions/checkout@master
- name: Bump version and push tag
uses: anothrNick/github-tag-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: patch
REPO_OWNER: mayank0202
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Terraform module to create an Elastic Kubernetes (EKS) cluster with associated r

- [EKS Reference Architecture](https://github.com/clowdhaus/eks-reference-architecture)

## Available Features
## Features

- AWS EKS Cluster Addons
- AWS EKS Identity Provider Configuration
Expand Down

0 comments on commit 0cf5a73

Please sign in to comment.