ci(semanticore): update package.json upon release

This commit is contained in:
Bastian Ike
2022-05-13 11:01:55 +02:00
committed by Bastian
parent 489100057b
commit f4c5c9edec

View File

@@ -7,9 +7,6 @@ on:
jobs:
semanticore:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.*' ]
name: Semanticore
steps:
- uses: actions/checkout@v3
@@ -18,8 +15,8 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
go-version: 1.*
- name: Semanticore
run: go run github.com/aoepeople/semanticore@v0
run: go run github.com/aoepeople/semanticore@v0 -npm-update-version package.json
env:
SEMANTICORE_TOKEN: ${{secrets.GITHUB_TOKEN}}