Skip to content

Commit

Permalink
Fix release workflow. (#1685)
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Scullin authored Mar 27, 2024
1 parent 9bd281c commit 31192d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- name: npm install, build, and publish
run: |
# Configure git user
git remote set-url origin git@github.com:malloydata/malloy
git config --global user.email "malloy-ci-bot@malloydata.org"
git config --global user.name "Malloy CI Bot"
# Build
Expand Down

0 comments on commit 31192d0

Please sign in to comment.