@adbayb/stack 3.2.0 → 3.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -37,7 +37,7 @@ jobs:
|
|
|
37
37
|
publish-script: pnpm release:publish
|
|
38
38
|
version-script: pnpm release:version
|
|
39
39
|
- name: Publish snapshot version(s)
|
|
40
|
-
if: steps.changesets.outputs.published == 'false'
|
|
40
|
+
if: steps.changesets.outputs.published == 'false' && steps.changesets.outputs.has-changesets == 'true'
|
|
41
41
|
run: |
|
|
42
42
|
git stash # To avoid being affected by changes made in the previous step, including the removal of changeset files that could lead to errors.
|
|
43
43
|
pnpm release:snapshot
|
|
@@ -37,7 +37,7 @@ jobs:
|
|
|
37
37
|
publish-script: pnpm release:publish
|
|
38
38
|
version-script: pnpm release:version
|
|
39
39
|
- name: Publish snapshot version(s)
|
|
40
|
-
if: steps.changesets.outputs.published == 'false'
|
|
40
|
+
if: steps.changesets.outputs.published == 'false' && steps.changesets.outputs.has-changesets == 'true'
|
|
41
41
|
run: |
|
|
42
42
|
git stash # To avoid being affected by changes made in the previous step, including the removal of changeset files that could lead to errors.
|
|
43
43
|
pnpm release:snapshot
|