sass for actions

pull/508/head
hunterlong 2020-04-19 06:11:20 -07:00
parent f877db74b6
commit 6fc0be9d12
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ jobs:
- name: Setting ENV's
run: |
echo "::add-path::$(go env GOPATH)/bin"
echo "::add-path::/opt/hostedtoolcache/node/10.20.1/x64/bin"
echo ::set-env name=VERSION::$(cat version.txt)
shell: bash