Skip to content

Commit 69c6874

Browse files
committed
update readme
1 parent 9cfa5a2 commit 69c6874

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Originally designed to run `git pull --rebase -X ours` or `git pull --rebase -X
1515
## Usage
1616

1717
```yaml
18-
- run: cd test-action-dir && echo 1>>f && git status -s && git diff --staged --name-only
1918
- name: Git Commit and Push Action
2019
uses: mgrybyk/git-commit-pull-push-action@v1
2120
with:

tag.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
TAG_MAJOR=v1
2+
git tag --delete $TAG_MAJOR
3+
git push --delete origin $TAG_MAJOR
4+
git tag $TAG_MAJOR
5+
git push --tags

0 commit comments

Comments
 (0)