Skip to content

Commit

Permalink
Enable publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Oct 19, 2024
1 parent 5aca28e commit daea021
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: shogo82148/actions-create-release@v1
with:
overwrite: true
draft: true
draft: false
release_name: ${{ steps.version.outputs.tag_name }}
tag_name: ${{ steps.version.outputs.tag_name }}
commitish: ${{ github.sha }}
Expand Down Expand Up @@ -91,11 +91,11 @@ jobs:
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ${{ github.workspace }}/dataset/dataset-*.parquet
#
# - uses: EndBug/add-and-commit@v9
# with:
# add: links/*
# message: "Add repository URLs"
# push: true
# fetch: true
# pull: '--rebase --autostash'

- uses: EndBug/add-and-commit@v9
with:
add: links/*
message: "Add repository URLs"
push: true
fetch: true
pull: '--rebase --autostash'

0 comments on commit daea021

Please sign in to comment.