Skip to content

Commit

Permalink
simple
Browse files Browse the repository at this point in the history
  • Loading branch information
tajo committed Jul 5, 2023
1 parent f7c7618 commit 5449a3a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false

- name: Setup node
uses: actions/setup-node@v2
Expand Down Expand Up @@ -59,8 +57,6 @@ jobs:
shell: bash
run: |
./scripts/bump-all.sh
env:
GH_TOKEN: ${{ secrets.MY_GH_TOKEN }}
- name: Publish npm packages
run: |
Expand Down
4 changes: 0 additions & 4 deletions scripts/bump-all.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#!/usr/bin/env bash
set -x

git config --local --unset-all credential.helper
git remote remove origin
git remote add origin https://${GH_TOKEN}@github.com/tajo/swc-plugin-fusion.git

echo "Setting git user.name and user.email to last commit author"
git config --global user.name "$(git log -n 1 --pretty=format:%an)"
git config --global user.email "$(git log -n 1 --pretty=format:%ae)"
Expand Down

0 comments on commit 5449a3a

Please sign in to comment.