Skip to content

Commit

Permalink
initial data release 名前変更
Browse files Browse the repository at this point in the history
空白が入るとgh release listで扱うのが面倒なので
  • Loading branch information
fujiwara committed Jun 24, 2022
1 parent 0be011b commit dbf277d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
prerelease: true
name: initial data ${{ steps.date.outputs.datetime }} ${{ github.sha }}
name: initial_data_${{ steps.date.outputs.datetime }}
tag_name: data/${{ steps.date.outputs.datetime }}-${{ github.sha }}
files: |
initial_data.tar.gz

0 comments on commit dbf277d

Please sign in to comment.