Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Endermanbugzjfc authored Jul 9, 2024
1 parent 7c3ef24 commit 6552202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Embed version number
run: |
printf "\n%s\n" '${{ gtihub.event.tag_name || github.event.workflow_run.id }}' | cat plugin.yml > plugin.yml
printf "\n%s\n" '${{ github.event.tag_name || github.event.workflow_run.id }}' | cat plugin.yml > plugin.yml
- name: Make PHAR
run: |
Expand Down

1 comment on commit 6552202

@Endermanbugzjfc
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i fking hattes gh wf i sleep gn

Please sign in to comment.