Skip to content

Commit

Permalink
update GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidion committed Jul 28, 2021
1 parent 7b4fb5d commit 19bae95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
repo: dnanexus
package-name: com.dnanexus.cwlScala
package-version-ids: ${{ steps.versions.outputs.version_id }}
- name: Build
run: |
# compile antlr4 sources
cd ${GITHUB_WORKSPACE}
make
- name: Publish Snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 19bae95

Please sign in to comment.