Skip to content

Commit

Permalink
chore: update publish ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Dec 28, 2023
1 parent e19044a commit e13e35f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Publish
on:
push:
branches: [ "master" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions for deploy
permissions:
Expand Down Expand Up @@ -41,12 +39,6 @@ jobs:
- name: Build
run: npm run build

- name: Log this sh&t I'm out
run: 'echo "$NPM_TOKEN" > key'
shell: bash
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Release
run: npx semantic-release
env:
Expand Down

0 comments on commit e13e35f

Please sign in to comment.