Skip to content

Commit 6cf764b

Browse files
committed
fix(workflows): update file permissions for changeset snapshot script
1 parent db2fe61 commit 6cf764b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/actions/changeset-snapshot/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ runs:
1616
steps:
1717
- name: generate patch for all packages
1818
shell: bash
19-
run: ./.github/workflows/actions/changeset-snapshot/create-pre-release-changeset.sh ${{ inputs.tag }}
20-
19+
run: sh ./.github/workflows/actions/changeset-snapshot/create-pre-release-changeset.sh ${{ inputs.tag }}
20+
2121
- name: Generate status
2222
id: status
2323
shell: bash

.github/workflows/actions/changeset-snapshot/create-pre-release-changeset.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)