Skip to content

Hopefully fixed the setVolume.. #76

Hopefully fixed the setVolume..

Hopefully fixed the setVolume.. #76

on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
sed -i 's/\(buildNumber = (\)\(.*\)/\1'\'${{ github.run_number }}'''\'''\'')/' ./index.js
git config user.name github-actions
git config user.email github-actions@github.com
git add .
git commit -m "Updated build number"
git push