Skip to content

Commit

Permalink
fix action again
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Nov 23, 2023
1 parent 35519aa commit ddf46b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit_bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "/home/runner/work/OF-Scraper/OF-Scraper/ofscraper_*"
tag: "${{steps.date.outputs.date}}_${{steps.commit.outputs.short}}"
tag: "${{steps.commit.outputs.short}}"
name: ${{env.name}}
body: ${{env.body}}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "/home/runner/work/OF-Scraper/OF-Scraper/ofscraper_*"
tag: "${{steps.date.outputs.date}}_${{inputs.version}}"
tag: "${{inputs.version}}"
allowUpdates: True
omitBodyDuringUpdate: True
omitDraftDuringUpdate: True
Expand Down

0 comments on commit ddf46b1

Please sign in to comment.