Skip to content

Commit

Permalink
- upgrade github actions again and again...
Browse files Browse the repository at this point in the history
  • Loading branch information
Ognian committed Dec 10, 2023
1 parent 034b69b commit be9af24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/buildwithdocker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
if: ${{startsWith(github.ref, 'refs/tags/v')}}
uses: "softprops/action-gh-release@v1"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
build/sdmon-arm64.tar.gz
Expand All @@ -84,10 +83,9 @@ jobs:
if: ${{startsWith(github.ref, 'refs/heads/master')}}
uses: "softprops/action-gh-release@v1"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
tag_name: "latest"
prerelease: true
title: "Development Build"
name: "Development Build"
files: |
build/sdmon-arm64.tar.gz
build/sdmon-armv7.tar.gz
Expand Down

0 comments on commit be9af24

Please sign in to comment.