Skip to content

Commit

Permalink
Merge pull request #6 from highfidelity/main
Browse files Browse the repository at this point in the history
Bump patch version to 8 to test new GHA and associated scripts
  • Loading branch information
zfox23 authored Feb 16, 2021
2 parents be86c4e + 40bd0c6 commit e8e2d77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.IAM_SPATIAL_AUDIO_JS_SECRET }}
AWS_REGION: 'us-west-2' # optional: defaults to us-east-1
SOURCE_DIR: ${{runner.workspace}}/hifi-spatial-audio-js/dist
DEST_DIR: releases/v${{ steps.publish.outputs.version}}
DEST_DIR: releases/${{ github.event.release.tag_name }}

- name: Alert about manually-updating website
run: echo "New library files uploaded to S3. This Action does not automatically update links on https://www.highfidelity.com/api/download - please update the website now."
Expand All @@ -67,4 +67,5 @@ jobs:
name: Maybe Publish to NPM
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hifi-spatial-audio",
"version": "0.2.7",
"version": "0.2.8",
"description": "hifi-spatial-audio allows developers to integrate High Fidelity's spatial audio technology into their JavaScript projects.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit e8e2d77

Please sign in to comment.