Skip to content

Commit

Permalink
chore: rename bundle action step
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Oct 4, 2023
1 parent 3c16b54 commit 0cae3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Bundle extension
run: npm run bundle

- name: Bundle source code
- name: Bundle source
run: git archive --format=zip ${{ github.event.release.tag_name }} --output out/replace_maps_source.zip

- name: Release
Expand Down

0 comments on commit 0cae3dd

Please sign in to comment.