Skip to content

Commit

Permalink
ci: fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
aldor007 committed May 21, 2023
1 parent 1b27533 commit ebaaaf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.20
- name: Install
run: go mod download && git config --global --add safe.directory '*'

Expand All @@ -34,7 +34,7 @@ jobs:
run: ./scripts/unit-travis.sh
- uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "18"
- run: npm install && npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ebaaaf1

Please # to comment.