Skip to content

Commit

Permalink
fix: remove junk
Browse files Browse the repository at this point in the history
  • Loading branch information
simon511000 committed Apr 6, 2024
1 parent e8e59fb commit 4004848
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
files: dist/ icons/ manifest.json
Expand Down

0 comments on commit 4004848

Please sign in to comment.