From f4c5c9edec91eea0bac196880c689ff68c04c3b6 Mon Sep 17 00:00:00 2001 From: Bastian Ike Date: Fri, 13 May 2022 11:01:55 +0200 Subject: [PATCH] ci(semanticore): update package.json upon release --- .github/workflows/semanticore.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/semanticore.yml b/.github/workflows/semanticore.yml index 1daf6fc..9f4e898 100644 --- a/.github/workflows/semanticore.yml +++ b/.github/workflows/semanticore.yml @@ -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}}