Skip to content

Commit

Permalink
teste
Browse files Browse the repository at this point in the history
  • Loading branch information
michelmelo committed Feb 11, 2020
1 parent 2aaec73 commit 3652389
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MasterDeployCI
name: Criar Tags e Release
on:
push:
branches:
Expand All @@ -15,9 +15,11 @@ jobs:
cd release
ls -la
- name: Bump version and push tag
uses: anothrNick/github-tag-action@master
uses: anothrNick/github-tag-action@1.11.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO_OWNER: michelmelo
WITH_V: true
DEFAULT_BUMP: minor

- uses: actions/checkout@v1
- name: Validate composer.json and composer.lock
run: composer validate

0 comments on commit 3652389

Please sign in to comment.