Skip to content

Commit

Permalink
Merge pull request #2 from gliech/feat-test
Browse files Browse the repository at this point in the history
ci(release): remove automatic version branch update
  • Loading branch information
gliech committed Aug 16, 2020
2 parents 2e85a55 + 9f48006 commit 97f5515
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- action.yml
- index.js
- package.json
- .github/workflows/release.yml
name: release
jobs:
main:
Expand Down Expand Up @@ -61,9 +62,3 @@ jobs:
GIT_COMMITTER_NAME: ${{ github.actor }}
GIT_COMMITTER_EMAIL: ${{ github.actor }}@users.noreply.github.com
GITHUB_TOKEN: ${{ github.token }}

- name: "[release] Update major version branch"
uses: Embraser01/update-git-branch-action@v1.0.0
with:
branch: v1
githubToken: ${{ github.toke }}

0 comments on commit 97f5515

Please sign in to comment.