Skip to content

Commit

Permalink
Merge pull request #189 from drackp2m/dev
Browse files Browse the repository at this point in the history
πŸ› fix: remove release from deploy
  • Loading branch information
drackp2m authored Nov 3, 2024
2 parents de2757b + 80bcfdf commit b398b98
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,41 +66,6 @@ jobs:
with:
path: './dist/apps/app/browser'

release:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '22.9'
cache: 'npm'

- name: Install dependencies
run: npm ci

- name: Import GPG key
env:
GPG_PRIVATE_KEY: ${{ secrets.SEMANTIC_RELEASE_GPG_PRIVATE_KEY }}
run: |
echo "$GPG_PRIVATE_KEY" > private.key
gpg --batch --import private.key
git config --global user.name "drackp2m-semantic-release-bot"
git config --global user.email "[email protected]"
git config --global commit.gpgSign true
git config --global user.signingkey 89AE9225AE159D89
echo "allow-loopback-pinentry" >> ~/.gnupg/gpg-agent.conf
echo "pinentry-mode loopback" >> ~/.gnupg/gpg.conf
gpgconf --kill gpg-agent
- name: Run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: node --run release

deploy:
environment:
name: github-pages
Expand Down

0 comments on commit b398b98

Please sign in to comment.