Skip to content

Commit

Permalink
Un-dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
jonybur committed Sep 4, 2023
1 parent a8911c7 commit 8f4ee66
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions .github/workflows/release-source-resolver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
version:
description: "Version number"
required: false
push:
branches:
- jb/add-source-resolver

jobs:
release-source-resolver:
Expand Down Expand Up @@ -37,11 +34,11 @@ jobs:
working-directory: ./crates/source-resolver
run: npm run build

# - name: Publish to NPM
# working-directory: ./crates/source-resolver
# run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish to NPM
working-directory: ./crates/source-resolver
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Configure git
run: |
Expand All @@ -50,9 +47,7 @@ jobs:
- name: Commit updates
run: |
echo "chore: Update source-resolver to ${{ env.NEW_VERSION }}"
# run: |
# git add crates/source-resolver/package-lock.json
# git add crates/source-resolver/package.json
# git commit -m "chore: Update source-resolver to ${{ env.NEW_VERSION }}"
# git push
git add crates/source-resolver/package-lock.json
git add crates/source-resolver/package.json
git commit -m "chore: Update source-resolver to ${{ env.NEW_VERSION }}"
git push

0 comments on commit 8f4ee66

Please sign in to comment.