Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/setup-node@v3.7.0
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "22.x"
# The below action will see the existing tags and will bump the current ones and this is only used to check whether the given tag already exists or not
# We will be using the previous tag to compare with the current tag in the package.json
# If both match then no new release would be triggered
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
run: npm run build-ts
- name: Publishing datasync manager
id: publish-core
uses: JS-DevTools/npm-publish@v2.2.0
uses: JS-DevTools/npm-publish@v3
if: ${{env.fr=='true'}}
with:
token: ${{ secrets.NPM_TOKEN }}
Expand Down
Loading
Loading