Skip to content

Commit

Permalink
use another version
Browse files Browse the repository at this point in the history
  • Loading branch information
pshaddel committed Feb 21, 2023
1 parent 7ab55b7 commit 745af43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3.3.0
- name: Setup
uses: actions/setup-node@v1
with:
Expand All @@ -29,7 +29,7 @@ jobs:
# if: ${{ steps.release.outputs.released == 'true' }}
run: npm run vscode:prepublish
- name: Release
uses: justincy/[email protected].2
uses: justincy/[email protected].1
id: release
- name: Print release output
if: ${{ steps.release.outputs.released == 'true' }}
Expand Down

0 comments on commit 745af43

Please sign in to comment.