Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed Jan 27, 2020
1 parent 9e1c42d commit 5497ded
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/nodejs.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node CI
name: CI

on: [push, pull_request]

Expand Down Expand Up @@ -37,12 +37,10 @@ jobs:
node -e "console.log('::set-output name=ci::' + require('path').resolve(process.cwd(), './ci'))"
env:
GITHUB_REF: ${{ github.ref }}
- name: Create artifact
- name: Create & upload artifact
run: |
npm ci
npm run dist
- name: Upload artifact
run: |
go get -u github.com/tcnksm/ghr
./ci/bin/ghr -n "tikzcd-editor ${{ steps.info.outputs.tag }}" -draft ${{ steps.info.outputs.tag }} ./dist
env:
Expand Down

0 comments on commit 5497ded

Please sign in to comment.