Skip to content

Commit 40c3d72

Browse files
committed
fixed build.xml for actions
1 parent cb26639 commit 40c3d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
desc: "MTConnect Agent for Ununtu"
180180
maintainer: Datanomix <[email protected]>
181181
- name: Release
182-
uses: softprops/action-gh-release@v1
182+
uses: softprops/action-gh-release@v2
183183
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.shared == 'False' }}
184184
with:
185185
name: Version ${{ github.ref_name }}

0 commit comments

Comments
 (0)