Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from UnofficialDathost/Development
Browse files Browse the repository at this point in the history
0.0.1 Release
  • Loading branch information
WardPearce authored May 12, 2021
2 parents b9cfa1b + 0c91a1e commit bc10bc6
Show file tree
Hide file tree
Showing 23 changed files with 1,599 additions and 121 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/Production.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Development workflow
name: Production workflow

on:
push:
Expand Down Expand Up @@ -26,7 +26,10 @@ jobs:
npm config set dathost:datHostEmail $EMAIL
npm config set dathost:datHostPass $PASSWORD
npm run test
# Upload package to NPM before pulling package version.
- name: Pack to NPM
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
- name: Get release version
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
Expand Down
Loading

0 comments on commit bc10bc6

Please sign in to comment.