We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2fe61 commit 6cf764bCopy full SHA for 6cf764b
.github/workflows/actions/changeset-snapshot/action.yml
@@ -16,8 +16,8 @@ runs:
16
steps:
17
- name: generate patch for all packages
18
shell: bash
19
- run: ./.github/workflows/actions/changeset-snapshot/create-pre-release-changeset.sh ${{ inputs.tag }}
20
-
+ run: sh ./.github/workflows/actions/changeset-snapshot/create-pre-release-changeset.sh ${{ inputs.tag }}
+
21
- name: Generate status
22
id: status
23
.github/workflows/actions/changeset-snapshot/create-pre-release-changeset.sh
100644
100755
0 commit comments