Skip to content

Commit a9b8a2e

Browse files
bump version to 1.0.16-beta.2 and update asset paths in release workflow
1 parent 42045d7 commit a9b8a2e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: JS-DevTools/npm-publish@v3
3737
with:
3838
token: ${{ secrets.NPM_TOKEN }}
39-
access: public
39+
# access: public
4040

4141
# Auto-tag new version
4242
- name: Auto-tag new version
@@ -67,6 +67,6 @@ jobs:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6868
with:
6969
upload_url: ${{ steps.create_release.outputs.upload_url }}
70-
asset_path: "./${{ steps.package.outputs.name }}-${{ steps.package.outputs.version }}.tgz"
71-
asset_name: "${{ steps.package.outputs.name }}-${{ steps.package.outputs.version }}.tgz"
72-
asset_content_type: application/gzip
70+
asset_path: "./contentstack-datasync-filesystem-sdk-${{ steps.package.outputs.version }}.tgz"
71+
asset_name: "contentstack-datasync-filesystem-sdk-${{ steps.package.outputs.version }}.tgz"
72+
asset_content_type: application/tgz

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/datasync-filesystem-sdk",
3-
"version": "1.0.16-beta",
3+
"version": "1.0.16-beta.2",
44
"description": "JavaScript filesystem SDK to query data synced via @contentstack/datasync-content-store-filesystem",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)