Skip to content

Commit de76e09

Browse files
committed
ci: use default release-please command config
1 parent e775639 commit de76e09

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,5 @@ jobs:
1717
id: release
1818
with:
1919
release-type: node
20-
command: github-release
2120
# extra-files: |
2221
# README.md
23-
- uses: actions/checkout@v2
24-
- name: tag major versions
25-
if: ${{ steps.release.outputs.release_created }}
26-
run: |
27-
git config user.name github-actions[bot]
28-
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
29-
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/google-github-actions/release-please-action.git"
30-
git tag -d v${{ steps.release.outputs.major }} || true
31-
git push origin :v${{ steps.release.outputs.major }} || true
32-
git tag -a v${{ steps.release.outputs.major }} -m "Release v${{ steps.release.outputs.major }}"
33-
git push origin v${{ steps.release.outputs.major }}

0 commit comments

Comments
 (0)