Skip to content

Commit

Permalink
fix: copy instead of move
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Nov 30, 2024
1 parent ce956a6 commit 6f783e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: 18
- name: Change secrets.txt to secrets.dart
run: |
mv bin/impaktfull_mailer_secrets.txt bin/impaktfull_mailer_secrets.dart
cp bin/impaktfull_mailer_secrets.txt bin/impaktfull_mailer_secrets.dart
- name: Automated version bump
uses: impaktfull/gh_action_dart_conventional_release@main
with:
Expand Down

0 comments on commit 6f783e1

Please sign in to comment.