Skip to content

Commit

Permalink
feat: Manifest.json version bump (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 committed May 25, 2023
1 parent 00970ad commit 488046b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
timeout-minutes: 10
steps:
- name: "☁️ checkout repository"
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: "🔧 setup node"
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18.x

- name: "🔧 install npm@latest"
run: npm i -g npm@latest
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
timeout-minutes: 10
steps:
- name: "☁️ checkout repository"
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -74,7 +74,7 @@ jobs:

- name: "🚀 release"
id: semantic-release
uses: open-sauced/release@v1
uses: open-sauced/release@v2.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 488046b

Please sign in to comment.