Skip to content

Commit

Permalink
auto release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CraightonH committed Apr 22, 2023
1 parent 1c670c0 commit 0b16085
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,9 @@ jobs:
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/bookworm:${{ github.ref_name }}
platforms: linux/amd64,linux/arm64

# - uses: marvinpinto/action-automatic-releases@latest
# with:
# repo_token: "${{ secrets.GITHUB_TOKEN }}"
# prerelease: false
# files: |
# bookworm.sh
# Dockerfile
# README.md
# defaults.env
- name: Automatic Releases
id: "automatic_releases"
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false

0 comments on commit 0b16085

Please sign in to comment.