Skip to content

Commit

Permalink
fix(workflow): cleanup workflow
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <[email protected]>
  • Loading branch information
davidspek committed Nov 10, 2022
1 parent 5daad0f commit 74429fe
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.PLURAL_BOT_PAT }}
# - name: 'Configure Git User'
# run: |
# git config --local user.email "github-actions[bot]@users.noreply.github.com"
# git config --local user.name "github-actions[bot]"
- name: 'Setup Node'
uses: actions/setup-node@v3
with:
Expand All @@ -36,21 +32,4 @@ jobs:
dry_run: true
env:
GITHUB_TOKEN: ${{ secrets.PLURAL_BOT_PAT }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN_TEST }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_TEST }}
# - name: 'Bump Minor'
# run: npm version minor
# - name: 'Push Commit & Tag'
# uses: ad-m/[email protected]
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# branch: ${{ github.ref }}
# tags: true
# - name: 'Install Dependencies'
# run: yarn install --immutable
# - name: 'Publish Package'
# run: npm publish --access public
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}


0 comments on commit 74429fe

Please sign in to comment.