From 40048486da456320fa4159e5ef3f0bf4377570ab Mon Sep 17 00:00:00 2001 From: Simon Ledoux Date: Sat, 6 Apr 2024 18:42:59 +0000 Subject: [PATCH] fix: remove junk --- .github/workflows/release-please.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index e48320f..8af36db 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -24,18 +24,6 @@ jobs: - run: npm install - run: npm run prod - - name: push MiaouNotes release - run: | - git config user.name github-actions[bot] - git config user.email 41898282+github-actions[bot]@users.noreply.github.com - git remote add gh-token "https://${{ secrets.GITHUB_TOKEN}}@github.com/simon511000/MiaouNotes.git" - git add . - git commit -a -m 'chore: ${{ steps.release.outputs.tag_name }} release' - git push origin master - git tag -a ${{ steps.release.outputs.tag_name }} -m 'chore: ${{ steps.release.outputs.tag_name }} release' - git push origin ${{ steps.release.outputs.tag_name }} - if: ${{ steps.release.outputs.release_created }} - - uses: vimtor/action-zip@v1.2 with: files: dist/ icons/ manifest.json