Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
Removed duplicate GH release
Updated set-output commands
Bumped softprops/action-gh-release to v0.1.15
  • Loading branch information
szabodanika committed Jul 1, 2023
1 parent 41b565f commit bbeaab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 156 deletions.
154 changes: 0 additions & 154 deletions .github/workflows/gh-release.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Docker Release

on:
push:
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
fi
- name: Publish Archive
uses: softprops/action-gh-release@v0.1.5
uses: softprops/action-gh-release@v0.1.15
if: ${{ startsWith(github.ref, 'refs/tags/') }}
with:
draft: false
Expand Down

0 comments on commit bbeaab7

Please sign in to comment.