Skip to content

Commit

Permalink
feature: updated action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
efraespada committed Nov 6, 2024
1 parent 0d7e93d commit 0c948c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/local_file_setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ runs:
node-version: '18.x'

- name: Install Landa Messenger CLI
run: npm install @landamessenger/landa-messenger-api -g
shell: ${{ runner.os == 'Windows' && 'cmd' || 'bash' }}
run: npm install @landamessenger/landa-messenger-api -g

- name: Run read-yaml action
id: version_data
Expand All @@ -22,6 +22,7 @@ runs:
key-path: '["version"]'

- name: Copy CHANGELOG.md
shell: ${{ runner.os == 'Windows' && 'cmd' || 'bash' }}
run: |
if [ "${{ runner.os }}" == "Windows" ]; then
copy CHANGELOG.md zstandard_platform_interface\CHANGELOG.md
Expand All @@ -41,7 +42,6 @@ runs:
cp CHANGELOG.md zstandard_linux/CHANGELOG.md
cp CHANGELOG.md zstandard_web/CHANGELOG.md
cp CHANGELOG.md zstandard_cli/CHANGELOG.md
shell: ${{ runner.os == 'Windows' && 'cmd' || 'bash' }}
# zstandard
- name: Update zstandard/pubspec.yaml
Expand Down

0 comments on commit 0c948c0

Please sign in to comment.