Skip to content

Commit 49e1631

Browse files
committed
update tags
1 parent ce182af commit 49e1631

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
needs: build
3232
runs-on: windows-2019
3333
steps:
34+
3435
- name: Upload zipped offline app installer to GitHub releases
3536
uses: ncipollo/release-action@v1
3637
with:
@@ -40,8 +41,8 @@ jobs:
4041
replacesArtifacts: true
4142
token: ${{ secrets.GITHUB_TOKEN }}
4243
artifacts: ./**/*.whl
43-
tag: ${{ steps.name.outputs.tag }}
44-
body: This is an alpha build of diffpy2 (${{ steps.name.outputs.tag }})
44+
tag: 1.4.1
45+
body: This is an alpha build of diffpy2
4546

4647

4748
# upload:

0 commit comments

Comments
 (0)