Skip to content

Commit

Permalink
run the action pls
Browse files Browse the repository at this point in the history
  • Loading branch information
11BelowStudio committed Oct 11, 2022
1 parent 1e8db87 commit 3726e0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
filename: "./SampleMod/mod.txt"
# The prefix for variables.
prefix: "mod"

- name: Update version number in meta file
id: create_meta_file_v2
run: |
Expand All @@ -63,4 +62,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./meta.json
asset_name: meta.json
asset_content_type: application/json
asset_content_type: application/json

0 comments on commit 3726e0a

Please sign in to comment.