Skip to content

Commit

Permalink
Change by terraform in repo workflow config, Add .github/workflows/se…
Browse files Browse the repository at this point in the history
…mantic-release.yaml
  • Loading branch information
viktoryathegreat committed Nov 3, 2023
1 parent 4bf5cf8 commit f368b03
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 @@ -10,13 +10,13 @@ jobs:
pull-requests: write
id-token: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit f368b03

Please sign in to comment.