Skip to content

Commit

Permalink
fix(var): cleanup for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum committed Dec 15, 2023
1 parent 16b8059 commit 2a39059
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ jobs:
# Lint commit messages
- name: lint commit message
uses: wagoid/commitlint-github-action@v5
with:
commitDepth: 2




release:
name: Release
Expand All @@ -72,13 +67,7 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Expath Package
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
- run: ant
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -93,3 +82,4 @@ jobs:
run: npx semantic-release
# TODO(DP):
# - add secrets to github
# - publish to public repo?
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Historical Advisory Committee
[![exist-db CI](https://github.com/HistoryAtState/hac/actions/workflows/build.yml/badge.svg)](https://github.com/HistoryAtState/hac/actions/workflows/build.yml)

Source data for [Historical Advisory Committee](https://history.state.gov/about/hac)

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "hac",
"description": "Historical Advisory Committee (data)",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "https://github.com/duncdrum/hac"
"url": "https://github.com/HistoryAtState/hac"
},
"author": "Office of the Historian",
"devDependencies": {
Expand Down

0 comments on commit 2a39059

Please sign in to comment.