Skip to content

Commit

Permalink
Workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
sarunasrakauskas committed May 30, 2024
1 parent 569cbb1 commit c80a6e5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
publish:
runs-on: ubuntu-latest
needs: build
# if: github.ref_type == 'tag'
if: github.ref_type == 'tag'
steps:
- name: Download release assets
uses: actions/download-artifact@v4
Expand All @@ -61,11 +61,11 @@ jobs:
- name: Display structure of downloaded files
run: ls -ln release

# - name: Create GitHub Release
# uses: softprops/action-gh-release@v2
# with:
# files: release/smeditor-*
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
with:
files: release/smeditor-*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit c80a6e5

Please sign in to comment.