Skip to content

Commit

Permalink
Updated release action checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohamedin committed Sep 17, 2024
1 parent 36bb3ee commit 27ba9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run: |
echo "zip_file_name=drawio-${GITHUB_REF##*/}.zip" >> $GITHUB_OUTPUT
echo "tar_file_name=drawio-${GITHUB_REF##*/}.tar.gz" >> $GITHUB_OUTPUT
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: drawio
- name: Archive Release (zip)
Expand Down

0 comments on commit 27ba9ec

Please sign in to comment.