ci: remove trivial descriptions

This commit is contained in:
fryorcraken.eth 2022-08-19 23:32:43 +10:00
parent 0ec17c2f96
commit 501a3329f0
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -102,16 +102,11 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
needs: [check, build, proto, browser, node]
steps:
- name: Checkout code
uses: actions/checkout@v2.3.3
- name: Install NodeJS
uses: actions/setup-node@v3
- uses: actions/checkout@v2.3.3
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_JS }}
- name: install using npm ci
uses: bahmutov/npm-install@v1
- uses: bahmutov/npm-install@v1
- name: Append git hash to version
shell: bash
@ -124,5 +119,4 @@ jobs:
- name: Authenticate with registry
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ./.npmrc
- name: publish
run: npm publish --tag next --access public
- run: npm publish --tag next --access public